gregorian.js 282 B

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