]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4144 The US date format should be MDY and not DMY (ex: Jan 20 2013 instead...
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 14 Mar 2013 16:06:09 +0000 (17:06 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 14 Mar 2013 16:06:31 +0000 (17:06 +0100)
sonar-server/src/main/webapp/WEB-INF/config/locales/en-US.yml

index 154c872dc28c71fd0b817e9c156a7719a8338cc8..182cdc4e4107a979dd6f8acad98197af919e1e5e 100644 (file)
@@ -3,11 +3,11 @@
 "en-US":
   date:
     formats:
-      default: "%d %b %Y"
+      default: "%b %d %Y"
 
   time:
     formats:
-      default: "%d %b %Y %H:%M"
+      default: "%b %d %Y %H:%M"
     am: "am"
     pm: "pm"