Searched refs:basicFmt (Results 1 – 3 of 3) sorted by relevance
74 DateFormat basicFmt = new SimpleDateFormat("EEE MMM dd yyyy / YYYY'-W'ww-ee"); in testConvertDate() local177 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()178 basicFmt.format(fromDate)); in testConvertDate()
78 DateFormat basicFmt = new SimpleDateFormat("EEE MMM dd yyyy / YYYY'-W'ww-ee"); in testConvertDate() local181 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()182 basicFmt.format(fromDate)); in testConvertDate()
101 SimpleDateFormat basicFmt(UnicodeString("EEE MMM dd yyyy / YYYY'-W'ww-ee"), in testConvertDate() local289 basicFmt.format(fromDate,expectDateStr); in testConvertDate()290 basicFmt.format(gotDate,gotDateStr); in testConvertDate()