File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -358,6 +358,7 @@ Pivot uses the following characters for setting the date format:
358358| %j | day as a number | from 1 to 31 |
359359| %D | short name of the day (abbreviation) | Su Mo Tu Sat |
360360| %l | full name of the day | Sunday Monday Tuesday |
361+ | %W | week as a number with leading zero (with Monday as the first day of the week) | from 01 to 52/53 |
361362| %m | month as a number with leading zero | from 01 to 12 |
362363| %n | month as a number | from 1 to 12 |
363364| %M | short name of the month | Jan Feb Mar |
@@ -370,9 +371,11 @@ Pivot uses the following characters for setting the date format:
370371| %G | hours 24-format | from 0 to 23 |
371372| %i | minutes with leading zero | from 01 to 59 |
372373| %s | seconds with leading zero | from 01 to 59 |
374+ | %S | milliseconds | 128 |
373375| %a | am or pm | am (for time from midnight until noon) and pm (for time from noon until midnight)|
374376| %A | AM or PM | AM (for time from midnight until noon) and PM (for time from noon until midnight)|
375- | %u | milliseconds | 128 |
377+ | %c | displays date and time in the ISO 8601 date format| 2024-10-04T05:04:09 |
378+
376379
377380To present the 20th of June, 2024 with the exact time as * 2024-09-20 16:47:08.128* , specify "%Y-%m-%d-%H:%i:%s.%u".
378381
You can’t perform that action at this time.
0 commit comments