dojo/cldr/nls/en-ca/generic.js

Maintainability

71.65

Lines of code

12

Created with Raphaël 2.1.002550751002015-1-52014-12-42014-12-3

2015-5-18
Maintainability: 71.65

Created with Raphaël 2.1.0051015202015-1-52014-12-42014-12-3

2015-5-18
Lines of Code: 12

Difficulty

1.62

Estimated Errors

0.03

Function weight

By Complexity

By SLOC

1
define(
2
//begin v1.x content
3
{
4
    "dateFormatItem-yyyyMEd": "E, GGGGG y-MM-dd",
5
    "dateFormat-short": "GGGGG y-MM-dd",
6
    "dateFormatItem-yyyyM": "GGGGG y-MM",
7
    "dateFormatItem-MEd": "E, MM-dd",
8
    "dateFormatItem-Md": "MM-dd",
9
    "dateFormatItem-yyyyMd": "GGGGG y-MM-dd"
10
}
11
//end v1.x content
12
);