Home | History | Annotate | Download | only in intltest

Lines Matching refs:today

74     UDate today = Calendar::getNow();
75 logln((UnicodeString) "today: " + today);
92 fmtd = sdf->format(today, fmtd, pos);
93 logln("today: " + fmtd);
97 todayS = sdf->format(today, todayS, pos);
98 logln("today: " + todayS);
100 today = sdf->parse(todayS, status);
102 logln((UnicodeString)"today date: " + today);