File tree 1 file changed +4
-1
lines changed
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:
358
358
| %j | day as a number | from 1 to 31 |
359
359
| %D | short name of the day (abbreviation) | Su Mo Tu Sat |
360
360
| %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 |
361
362
| %m | month as a number with leading zero | from 01 to 12 |
362
363
| %n | month as a number | from 1 to 12 |
363
364
| %M | short name of the month | Jan Feb Mar |
@@ -370,9 +371,11 @@ Pivot uses the following characters for setting the date format:
370
371
| %G | hours 24-format | from 0 to 23 |
371
372
| %i | minutes with leading zero | from 01 to 59 |
372
373
| %s | seconds with leading zero | from 01 to 59 |
374
+ | %S | milliseconds | 128 |
373
375
| %a | am or pm | am (for time from midnight until noon) and pm (for time from noon until midnight)|
374
376
| %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
+
376
379
377
380
To 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".
378
381
You can’t perform that action at this time.
0 commit comments