Skip to content

Instantly share code, notes, and snippets.

@twistedmind
Created March 10, 2010 14:37
Show Gist options
  • Save twistedmind/327917 to your computer and use it in GitHub Desktop.
Save twistedmind/327917 to your computer and use it in GitHub Desktop.
ActiveSupport::CoreExtensions::Date::Conversions::DATE_FORMATS.merge!({
:quick => "%m %d, %Y at %I:%M %p",
:end_date => "%B %d, %Y"
})
ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge!({
:for_a_list => "%B %d, %Y"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment