Skip to content

Commit

Permalink
Fixed date_time_formats initializer to defautl to providing a time in…
Browse files Browse the repository at this point in the history
… a date-time. Unsure why this was ever different.
  • Loading branch information
igal committed May 26, 2010
1 parent 6d76d90 commit 5c7e905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/date_time_formats.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
date_time_formats = {
:default => '%m/%d/%Y',
:default => '%m/%d/%Y %I:%M%p',
:date_time12 => "%m/%d/%Y %I:%M%p",
:date_time24 => "%m/%d/%Y %H:%M",
:date_time_long => "%A, %B %d, %Y %I:%M%p",
Expand Down

0 comments on commit 5c7e905

Please sign in to comment.