Get month names for the integer
>> Date::MONTHNAMES[1]
=> "January"
some other date methods:
Date::ABBR_DAYNAMES
Date::ABBR_MONTHNAMES
Date::DAYNAMES
Thanks,
sri..
=> "January"
some other date methods:
Date::ABBR_DAYNAMES
Date::ABBR_MONTHNAMES
Date::DAYNAMES
Thanks,
sri..
Comments
This was helpful :)