hchoroomi (owner)

Revisions

gist: 96525 Download_button fork
public
Public Clone URL: git://gist.github.com/96525.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
9
ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge!(
  :date => '%m/%d/%Y',
  :date_time12 => '%m/%d/%Y %I:%M%p',
  :date_time24 => '%m/%d/%Y %H:%M',
  :day_date => '%a %m/%d/%Y',
  :day_date_time12 => '%a %m/%d/%Y | %I:%M%p',
  :day_date_time24 => '%a %m/%d/%Y | %H:%M'
)