aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Date in iso8601 should just be a to_s aliasDavid Heinemeier Hansson2006-03-181-3/+1
* Dates should be able to go xmlschema too [DHH]David Heinemeier Hansson2006-03-181-0/+4
* Added to_s(:db) to RangeDavid Heinemeier Hansson2005-10-091-2/+1
* Slight change to allow custom date/time conversions #1326 [Rick Olson]David Heinemeier Hansson2005-05-211-5/+6
* Documentation stuffDavid Heinemeier Hansson2005-02-241-1/+1
* Added Date::Conversions for getting dates in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+31