Searched defs:formats (Results 1 - 1 of 1) sorted by relevance

/yui3/src/datatype/js/
H A Ddatatype-date-format.js55 formats: {
63 g: function (d) { return xPad(parseInt(Dt.formats.G(d)%100, 10), 0); },
66 var V = parseInt(Dt.formats.V(d), 10);
67 var W = parseInt(Dt.formats.W(d), 10);
96 var doy = parseInt(Dt.formats.j(d), 10);
102 var woy = parseInt(Dt.formats.W(d), 10);
116 idow = Dt.formats.V(new Date("" + (d.getFullYear()-1) + "/12/31"));
123 var doy = parseInt(Dt.formats.j(d), 10);
124 var rdow = 7-Dt.formats.u(d);
139 tz = Dt.formats
[all...]

Completed in 12 milliseconds