| %a |
Identifies abbreviated weekday name as defined in
locale. |
| %A |
Identifies full weekday name as defined in
locale. |
| %d |
Identifies the day of the month (01 to 31). Single digit
is preceded by zero. |
| %e |
Identifies the day of the month as a number (1 to 31).
Single digit is preceded by space. |
| %Fn |
Identifies value of the fraction of a second, with
precision specified by integer n. Range of n is 0 to 5. |
| %H |
Identifies the hour as 24-hour clock integer
(00-23). |
| %I |
Identifies the hour as 12-hour clock integer
(00-12). |
| %M |
Identifies the minute as an integer (00-59). |
| %S |
Identifies the second as an integer (00-61). Second can
be up to 61 instead of 59 to allow for the occasional leap second and double leap
second. |
| %w |
Identifies the weekday as a number (0 to 6), where 0 is
the locale equivalent of Sunday. |