1 Time::Format provides a very easy way to format dates and times. The
2 formatting functions are tied to hash variables, so they can be used
3 inside strings as well as in ordinary expressions. The formatting
4 codes used are meant to be easy to remember, use, and read. They
5 follow a simple, consistent pattern. If I've done my job right, once
6 you learn the codes, you should never have to refer to the
7 documentation again. A quick-reference page is included, just in
10 Time::Format can also format DateTime objects, and strings created
13 Also provided is a tied-hash interface to POSIX::strftime and
14 Date::Manip::UnixDate.
16 If the I18N::Langinfo module is available, Time::Format provides
17 weekday and month names in a language appropriate for your locale.