>
|
|
| (1) |
| (2) |
| (3) |
Here are the effects for each format conversion specifier on the current date.
>
|
|
%% - %
%a - Mon
%A - Monday
%b - Mar
%B - March
%c - Mon Mar 24 10:09:50 2025
%D - 03/24/25
%g - 25
%G - 2025
%H - 10
%I - 10
%j - 083
%m - 03
%M - 09
%n - \10
%p - AM
%r - 10:09:50 AM
%R - 10:09
%S - 50
%t - \9
%T - 10:09:50
%u - 2
%U - 13
%V - 13
%w - 2
%x - 03/24/25
%X - 10:09:50
%y - 25
%Y - 2025
%z - +0000
%Z - Etc/UTC
| |
(Note that these values reflect those in effect at the time this help page was generated.)
To use a locale different from the default locale, use the locale= option.
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |