- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for getMediumPattern (0.15 seconds)
-
src/main/java/org/codelibs/core/convert/DateConversionUtil.java
* * @return the pattern string for {@link DateFormat#MEDIUM} style */ public static String getMediumPattern() { return getMediumPattern(LocaleUtil.getDefault()); } /** * Returns the pattern string for {@link DateFormat#MEDIUM} style in the specified locale. *Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 19.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/TimeConversionUtil.java
* * @return the pattern string for {@link DateFormat#MEDIUM} style */ public static String getMediumPattern() { return getMediumPattern(LocaleUtil.getDefault()); } /** * Returns the pattern string for {@link DateFormat#MEDIUM} style in the specified locale. * * @param localeCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 20.3K bytes - Click Count (0) -
src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java
* * @return the pattern string for {@link DateFormat#MEDIUM} style */ public static String getMediumPattern() { return getMediumPattern(LocaleUtil.getDefault()); } /** * Returns the pattern string for {@link DateFormat#MEDIUM} style using the specified locale. * * @param localeCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 20.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
*/ protected static final Converter DEFAULT_DATE_CONVERTER = new DateConverter(DateConversionUtil.getMediumPattern()); /** * Default converter for time. */ protected static final Converter DEFAULT_TIME_CONVERTER = new DateConverter(TimeConversionUtil.getMediumPattern()); /** * Default converter for timestamps. */Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Jul 05 00:11:05 GMT 2025 - 17.5K bytes - Click Count (0)