gregorian.js 184 B

123456789
  1. define(
  2. "dojo/cldr/nls/zh-sg/gregorian", //begin v1.x content
  3. {
  4. "timeFormat-short": "ahh:mm",
  5. "dateFormat-short": "dd/MM/yy",
  6. "timeFormat-long": "ahh:mm:ssz"
  7. }
  8. //end v1.x content
  9. );