summaryrefslogtreecommitdiff
path: root/lib/dojo/cldr/nls/en-au/gregorian.js.uncompressed.js
blob: 5b1049c2d44fad2a3e836e3a16ec0fdba735d5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
define(
"dojo/cldr/nls/en-au/gregorian", //begin v1.x content
{
	"dateFormatItem-yMEd": "EEE, d/M/y",
	"dateFormatItem-yyyyMMMM": "MMMM y",
	"dateFormatItem-MEd": "E, d/M",
	"dateFormat-medium": "dd/MM/yyyy",
	"dateFormatItem-MMdd": "dd/MM",
	"dateFormatItem-yyyyMM": "MM/yyyy",
	"dateFormat-full": "EEEE, d MMMM y",
	"dateFormatItem-MMMMd": "d MMMM",
	"dateFormat-short": "d/MM/yy",
	"dateFormat-long": "d MMMM y",
	"dateFormatItem-MMMEd": "E, d MMM"
}
//end v1.x content
);