Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Add non-US-format dates to Mail' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Add non-US-format dates to Mail
Authored by: kailb on Jun 24, '03 07:35:17PM

So to further add to your specifier list...

Year
%y two digit year (03)
%Y four digit year (2003)

Month
%b short month name (Nov)
%B long month name (November)
%m month number with leading zero

Day
%e day without leading zero (1)
%d day with leading zero (01)

Time
%1H hour (24) without leading zero ( 9:31)
%H hour (24) with leading zero (09:31)

%1I hour (12) without leading zero ( 9:31)
%I hour (12) with leading zero (09:31)



[ Reply to This | # ]