Tokens for date/time parsing
Modified on Thu, 30 May at 10:38 AM
Date/time parsing tokens are special combinations of letters you can use to read and extract date/time data. The following tables list the tokens you can use to parse data in your functions:
Input | Example | Description |
---|---|---|
|
| 4 or 2 digit year |
|
| 2 digit year |
|
| Year with any number of digits and sign |
|
| Quarter of year NoteSets month to first month in quarter |
|
| Month number |
|
| Month name |
|
| Day of month |
|
| Day of month with ordinal numbers |
|
| Day of year |
|
| Unix timestamp |
|
| Unix ms timestamp |
Input | Example | Description |
---|---|---|
|
| Day name |
|
| ISO 4 digit week year |
|
| ISO 2 digit week year |
|
| ISO week of year |
|
| ISO day of week |
Input | Example | Description |
---|---|---|
|
| Hours (24 hour time) |
|
| Hours (12 hour time used with |
|
| Hours (24 hour time from 1 to 24) |
|
| Post or ante meridiem (Note the one character |
|
| Minutes |
|
| Seconds |
|
| Fractional seconds |
|
| Offset from UTC as |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article