gregorian.js 349 B

12345678910111213
  1. define(
  2. "dojo/cldr/nls/zh-hant-hk/gregorian", //begin v1.x content
  3. {
  4. "dateTimeFormat-short": "{1}{0}",
  5. "dateFormat-short": "yy年M月d日",
  6. "dateFormat-medium": "y年M月d日",
  7. "dateFormat-long": "y年M月d日",
  8. "timeFormat-medium": "ahh:mm:ss",
  9. "dateTimeFormat-medium": "{1}{0}",
  10. "dateFormat-full": "y年M月d日EEEE"
  11. }
  12. //end v1.x content
  13. );