Skip to content

Instantly share code, notes, and snippets.

@beef
Created August 24, 2009 16:36
Show Gist options
  • Save beef/173958 to your computer and use it in GitHub Desktop.
Save beef/173958 to your computer and use it in GitHub Desktop.
# 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