Searched defs:normalizedDateString (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A DLocale.java68 private static final String normalizedDateString = "yyyy/MM/dd HH:mm:ss"; field in class:Locale
108 normalizedDateFormat = new SimpleDateFormat(normalizedDateString);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A DLocale.java68 private static final String normalizedDateString = "yyyy/MM/dd HH:mm:ss"; field in class:Locale
108 normalizedDateFormat = new SimpleDateFormat(normalizedDateString);

Completed in 37 milliseconds