Displaying 1 result from an estimated 1 matches for "eztime".
Did you mean:
etime
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 ful...