summaryrefslogtreecommitdiff
path: root/lib/dojo/cldr/nls/en-gb/gregorian.js.uncompressed.js
blob: 7244ba92a5e93727e9ccdc7e6f9227209e379d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
define(
"dojo/cldr/nls/en-gb/gregorian", //begin v1.x content
{
	"dateFormatItem-yyMMM": "MMM yy",
	"dateFormatItem-Md": "d/M",
	"dateFormatItem-yMEd": "EEE, d/M/yyyy",
	"timeFormat-full": "HH:mm:ss zzzz",
	"timeFormat-medium": "HH:mm:ss",
	"dateFormatItem-yyyyMMMM": "MMMM y",
	"dateFormatItem-MEd": "E, d/M",
	"dateFormat-medium": "d MMM y",
	"dateFormatItem-MMdd": "dd/MM",
	"dateFormatItem-yyyyMM": "MM/yyyy",
	"dateFormat-full": "EEEE, d MMMM y",
	"timeFormat-long": "HH:mm:ss z",
	"timeFormat-short": "HH:mm",
	"dateFormat-short": "dd/MM/yyyy",
	"dateFormatItem-MMMMd": "d MMMM",
	"dateFormat-long": "d MMMM y",
	"dateFormatItem-MMMEd": "E d MMM"
}
//end v1.x content
);