gregorian.js 361 B

1234567891011121314
  1. define(
  2. "dojo/cldr/nls/en-mt/gregorian", //begin v1.x content
  3. {
  4. "dateFormat-short": "dd/MM/yyyy",
  5. "dateFormat-medium": "dd MMM y",
  6. "timeFormat-long": "HH:mm:ss z",
  7. "dateFormat-long": "dd MMMM y",
  8. "timeFormat-medium": "HH:mm:ss",
  9. "timeFormat-short": "HH:mm",
  10. "timeFormat-full": "HH:mm:ss zzzz",
  11. "dateFormat-full": "EEEE, d MMMM y"
  12. }
  13. //end v1.x content
  14. );