my blog is abt wht i have learnt technically, mostly in Ruby on Rails, Javascript, node.js
hope this share a little bit of info & adds a bit stuff.,
Thanks.
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
1 comment:
Thanks a lot.
This was helpful :)
Post a Comment