Searched refs:basicFmt (Results 1 – 3 of 3) sorted by relevance
89 DateFormat basicFmt = new SimpleDateFormat("EEE MMM dd yyyy / YYYY'-W'ww-ee"); in testConvertDate() local192 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()193 basicFmt.format(fromDate)); in testConvertDate()
86 DateFormat basicFmt = new SimpleDateFormat("EEE MMM dd yyyy / YYYY'-W'ww-ee"); in testConvertDate() local189 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()190 basicFmt.format(fromDate)); in testConvertDate()
103 SimpleDateFormat basicFmt(UnicodeString("EEE MMM dd yyyy / YYYY'-W'ww-ee"), in testConvertDate() local291 basicFmt.format(fromDate,expectDateStr); in testConvertDate()292 basicFmt.format(gotDate,gotDateStr); in testConvertDate()