Created
August 24, 2009 16:36
-
-
Save beef/173958 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Be sure to restart your server when you modify this file. | |
my_formats = { | |
:short_ordinal => '%d %B - %H:%M', | |
:short_dot => ' %d.%m.%y', | |
:long_dot => '%H:%M - %d.%m.%y', | |
:time => '%H:%M' | |
} | |
ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge!(my_formats) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment