Subject: | documentation - do %m, %d, %H, %M pad w/ leading 0's in format_datetime()? |
%T and %F pad zeros in format_datetime(). Do %m, %d, %H, %M do the same
when used individually in a format string? Documentation is technically
incorrect-- "The hour (0−23)" s/b "The hour (00−23)" etc. ... with the
caveat that they will parse unpadded numbers in parse_datetime().
Thanks, keep up the good work. -Mark