12345678910111213 |
- define(
- "dojo/cldr/nls/zh-hant-hk/gregorian", //begin v1.x content
- {
- "dateTimeFormat-short": "{1}{0}",
- "dateFormat-short": "yy年M月d日",
- "dateFormat-medium": "y年M月d日",
- "dateFormat-long": "y年M月d日",
- "timeFormat-medium": "ahh:mm:ss",
- "dateTimeFormat-medium": "{1}{0}",
- "dateFormat-full": "y年M月d日EEEE"
- }
- //end v1.x content
- );
|