1234567891011121314 |
- define(
- "dojo/cldr/nls/en-be/gregorian", //begin v1.x content
- {
- "dateFormat-short": "dd/MM/yy",
- "dateFormat-medium": "dd MMM y",
- "timeFormat-long": "HH:mm:ss z",
- "dateFormat-long": "d MMM y",
- "timeFormat-medium": "HH:mm:ss",
- "timeFormat-short": "HH:mm",
- "timeFormat-full": "HH 'h' mm 'min' ss 's' zzzz",
- "dateFormat-full": "EEEE d MMMM y"
- }
- //end v1.x content
- );
|