##// END OF EJS Templates
Changes default english date/time formats....
Jean-Philippe Lang -
r2447:4596a35c0ede
parent child
Show More
@@ -4,7 +4,7 en:
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,7 +19,7 en:
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"
General Comments 0
You need to be logged in to leave comments. Login now