Home
last modified time | relevance | path

Searched defs:dateAsString (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
DFastDateFormatTest.java254 String dateAsString = FastDateFormat.getInstance("yyyy-MM-dd", utc, Locale.US).format(date); in testLANG_1152() local
336 … String dateAsString = FastDateFormat.getInstance("yyyy-LLL-dd", utc, Locale.GERMAN).format(date); in testStandaloneShortMonthForm() local
352 … String dateAsString = FastDateFormat.getInstance("yyyy-LLLL-dd", utc, Locale.GERMAN).format(date); in testStandaloneLongMonthForm() local