Friday, June 19, 2009

Get month names for the integer

>> Date::MONTHNAMES[1]
=> "January"

some other date methods:
Date::ABBR_DAYNAMES
Date::ABBR_MONTHNAMES
Date::DAYNAMES


Thanks,
sri..

1 comment:

Swaroop said...

Thanks a lot.
This was helpful :)