gregorian.js 220 B

12345678910
  1. define(
  2. "dojo/cldr/nls/en-sg/gregorian", //begin v1.x content
  3. {
  4. "dateFormatItem-yMEd": "EEE, d/M/yyyy",
  5. "dateFormat-short": "d/M/yy",
  6. "dateFormatItem-MEd": "E, d/M",
  7. "dateFormatItem-Md": "d/M"
  8. }
  9. //end v1.x content
  10. );