The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Goo::Date - Date handling functions

SYNOPSIS

use Goo::Date;

DESCRIPTION

Simple date handling methods.

METHODS

get_date_ndays_ago

return the date n days go

get_last_month

return the last month

get_current_year

return the year

get_current_date_with_slashes

return a zero-filled date like dd/mm/yyyy

convert

convert from yyyy-mm-dd to -> 10 jan 2002

get_current_date_with_month_prefix

get the current date

get_current_date

get the current date

get_month_from_prefix

return a month number given a prefix

get_month_prefix

return a month prefix

get_month

return a month

get_date_from_time

return a date given a time

get_zero_padded

add padding to fit the format

get_time

return the current time

get_today

synonym for get_current_date

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO