Perl Programming/Reference Cards/Time and Date

From Wikibooks, open books for an open world
Jump to navigation Jump to search

A few basic functions are

localtime or gmtime from the Time::Local module in standard perl distributions.

Date::Manip and Date::Calc in CPAN modules