Class PreJava9DateFormatProvider
java.lang.Object
com.google.gson.internal.PreJava9DateFormatProvider
Provides DateFormats for US locale with patterns which were the default ones before Java 9.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DateFormatgetUsDateTimeFormat(int dateStyle, int timeStyle) Returns the same DateFormat asDateFormat.getDateTimeInstance(dateStyle, timeStyle, Locale.US)in Java 8 or below.
-
Method Details
-
getUsDateTimeFormat
Returns the same DateFormat asDateFormat.getDateTimeInstance(dateStyle, timeStyle, Locale.US)in Java 8 or below.
-