Searched refs:DATE_ONLY (Results 1 – 1 of 1) sorted by relevance
1329 private static DateFormat DATE_ONLY = new SimpleDateFormat("yyyy-MM-dd"); field in CldrUtility1332 DATE_ONLY.setTimeZone(TimeZone.getTimeZone("GMT"));1342 synchronized (DATE_ONLY) { in isoFormatDateOnly()1343 return DATE_ONLY.format(date); in isoFormatDateOnly()