gregorian.js 370 B

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