Documentation for toString() date format codes is incorrect #376
Labels
documentation
About the user manual or technical documentation
Good First Issue
Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.
value: 2024-01-17T00:00:00Z
value.toString('u')
should return the day number for the current week ( ie 1-7) as indicated in https://openrefine.org/docs/manual/grelfunctions#date-functions
but its returning 2024
ive tried this with a text value and converted it to date, manually specifying the format date text value. ie value.toDate('y/m/d').toString('u') and it still outputs 2024
The text was updated successfully, but these errors were encountered: