Lines Matching refs:d1
54 var d1 = new Date(2014, 06, 04, 15, 59, 58);
55 TestOneFormat("mm/dd/yyyy HH:MM:ss", d1);
56 TestOneFormat(0, d1);
57 TestOneFormat(1, d1);
58 TestOneFormat(2, d1);
59 TestOneFormat(3, d1);
60 TestOneFormat("mmmm", d1);
61 TestOneFormat("mmm", d1);
62 TestOneFormat("mm", d1);
63 TestOneFormat("m", d1);
64 TestOneFormat("dddd", d1);
65 TestOneFormat("ddd", d1);
66 TestOneFormat("dd", d1);
67 TestOneFormat("d", d1);
68 TestOneFormat("yyyy", d1);
69 TestOneFormat("yy", d1);
70 TestOneFormat("HH", d1);
71 TestOneFormat("H", d1);
72 TestOneFormat("hh", d1);
74 TestOneFormat("MM", d1);
75 TestOneFormat("M", d1);
76 TestOneFormat("ss", d1);
77 TestOneFormat("s", d1);
79 TestOneFormat("t", d1);
80 TestOneFormat("abc.efg.i.kl.nopqr..uvwxyzABC.EFG.I.KL.NOPQR..UVWXYZ0123456780", d1);
81 TestOneFormat("!@#$^&*()-_<>[];:~", d1);
82 TestOneFormat("%z %d %%z %%d %%%z %%%d %%% hh:MM", d1);
83 TestOneFormat("", d1);
84 TestOneFormat("mm/dd/yyyy", d1);
93 TestOneFormat({"clams": 3}, d1);
94 TestOneFormat(["clams", 3], d1);
95 TestOneXFAFormat("mm", d1, false);
96 TestOneXFAFormat("mm", d1, true);