gregorian.js 250 B

1234567891011
  1. define(
  2. "dojo/cldr/nls/es-cl/gregorian", //begin v1.x content
  3. {
  4. "dateFormat-short": "dd-MM-yy",
  5. "timeFormat-long": "H:mm:ss z",
  6. "dateFormat-medium": "dd-MM-yyyy",
  7. "timeFormat-medium": "H:mm:ss",
  8. "timeFormat-short": "H:mm"
  9. }
  10. //end v1.x content
  11. );