diff options
Diffstat (limited to 'js/dojo-1.7.2/dojo/cldr/nls/en-ca/gregorian.js')
| -rw-r--r-- | js/dojo-1.7.2/dojo/cldr/nls/en-ca/gregorian.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojo/cldr/nls/en-ca/gregorian.js b/js/dojo-1.7.2/dojo/cldr/nls/en-ca/gregorian.js new file mode 100644 index 0000000..e00dfb2 --- /dev/null +++ b/js/dojo-1.7.2/dojo/cldr/nls/en-ca/gregorian.js @@ -0,0 +1,21 @@ +//>>built +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 +);
\ No newline at end of file |
