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.java1309 private static DateFormat DATE_ONLY = new SimpleDateFormat("yyyy-MM-dd"); field in CldrUtility
1312 DATE_ONLY.setTimeZone(TimeZone.getTimeZone("GMT"));
1322 synchronized (DATE_ONLY) { in isoFormatDateOnly()
1323 return DATE_ONLY.format(date); in isoFormatDateOnly()