summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojo/cldr/nls/en-au/gregorian.js
blob: 1fc545979d03c594d31e12eedf77eebebd5f43f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//>>built
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
);