gregorian.js 222 B

12345678910
  1. define(
  2. "dojo/cldr/nls/en-in/gregorian", //begin v1.x content
  3. {
  4. "dateFormat-short": "dd/MM/yy",
  5. "dateFormat-medium": "dd-MMM-y",
  6. "dateFormat-long": "d MMMM y",
  7. "dateFormat-full": "EEEE d MMMM y"
  8. }
  9. //end v1.x content
  10. );