Home
last modified time | relevance | path

Searched refs:DATE_ONLY (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java1329 private static DateFormat DATE_ONLY = new SimpleDateFormat("yyyy-MM-dd"); field in CldrUtility
1332 DATE_ONLY.setTimeZone(TimeZone.getTimeZone("GMT"));
1342 synchronized (DATE_ONLY) { in isoFormatDateOnly()
1343 return DATE_ONLY.format(date); in isoFormatDateOnly()