search for: nmonth

Displaying 1 result from an estimated 1 matches for "nmonth".

Did you mean: month
2006 Oct 17
0
Plugin: EZTime
I wanted to get the word out about my simple little Rails plugin known as EZTime. EZTime is a Rails plugin that provides a much more textual method for describing a date/time. For example: d = DateTime.civil(2003, 12, 20, 17, 30, 0) puts d.eztime(":day :nmonth :year at :hour12::minute::second :lmeridian") Output: 20 December 2003 at 5:30:00 pm For the full documentation, please check out: http://users.webtest.wvu.edu/cbscharf/eztime/ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received...