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