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