Project

General

Profile

« Previous | Next » 

Revision 2510

Changes default english date/time formats.

View differences:

trunk/config/locales/en.yml
4 4
      # Use the strftime parameters for formats.
5 5
      # When no format has been given, it uses default.
6 6
      # You can provide other formats here if you like!
7
      default: "%Y-%m-%d"
7
      default: "%m/%d/%Y"
8 8
      short: "%b %d"
9 9
      long: "%B %d, %Y"
10 10
      
......
19 19

  
20 20
  time:
21 21
    formats:
22
      default: "%a, %d %b %Y %H:%M:%S %z"
22
      default: "%m/%d/%Y %I:%M %p"
23 23
      short: "%d %b %H:%M"
24 24
      long: "%B %d, %Y %H:%M"
25 25
    am: "am"

Also available in: Unified diff