http://qs321.pair.com?node_id=434262


in reply to strftime reference for Win32

FWIW, the DateTime can translate an object to a string using strftime formats as well. (It's also got a guide to strftime formatting keys in the pod.) Plus with DateTime::Format::Strptime you can use the same format to parse a string into a DateTime object. It also does tons of other hugely useful date stuff.

Chris
M-x auto-bs-mode