Skip to content

Commit

Permalink
Correct doc for %e
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarr committed Feb 23, 2009
1 parent 2f7cf99 commit 09a25ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Date/Format.pm
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ category of the program's locale.
%c MM/DD/YY HH:MM:SS
%C ctime format: Sat Nov 19 21:05:57 1994
%d numeric day of the month, with leading zeros (eg 01..31)
%e numeric day of the month, without leading zeros (eg 1..31)
%e like %d, but a leading zero is replaced by a space (eg 1..32)
%D MM/DD/YY
%G GPS week number (weeks since January 6, 1980)
%h month abbr
Expand Down

0 comments on commit 09a25ec

Please sign in to comment.