NAME
App::WRT::Date - a small collection of date utility functions
FUNCTIONS
- rfc_3339_date($time)
-
Return an RFC 3339 date string for the given epoch time.
- iso_date($time)
-
Return an ISO 8601 date string for the given epoch time.
- get_mtime(@filenames)
-
Return one or more mtimes for a given list of files.
- month_name($number)
-
Turn numeric months into English names.
- get_date('key', 'other_key', ...)
-
Return current date values for the given key. Valid keys are sec, min, hour, mday (day of month), mon, year, wday (day of week), yday (day of year), and isdst (is daylight savings).
Remember that year is given in years after 1900.