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