Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getFullPattern (0.07 sec)

  1. src/main/java/org/codelibs/core/convert/DateConversionUtil.java

         * Returns the pattern string for {@link DateFormat#FULL} style in the default locale.
         *
         * @return the pattern string for {@link DateFormat#FULL} style
         */
        public static String getFullPattern() {
            return getFullPattern(LocaleUtil.getDefault());
        }
    
        /**
         * Returns the pattern string for {@link DateFormat#FULL} style in the specified locale.
         *
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 19.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/core/convert/TimeConversionUtil.java

         * Returns the pattern string for {@link DateFormat#FULL} style in the default locale.
         *
         * @return the pattern string for {@link DateFormat#FULL} style
         */
        public static String getFullPattern() {
            return getFullPattern(LocaleUtil.getDefault());
        }
    
        /**
         * Returns the pattern string for {@link DateFormat#FULL} style in the specified locale.
         *
         * @param locale
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 20.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java

         * Returns the pattern string for {@link DateFormat#FULL} style using the default locale.
         *
         * @return the pattern string for {@link DateFormat#FULL} style
         */
        public static String getFullPattern() {
            return getFullPattern(LocaleUtil.getDefault());
        }
    
        /**
         * Returns the pattern string for {@link DateFormat#FULL} style using the specified locale.
         *
         * @param locale
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 20.6K bytes
    - Viewed (0)
Back to top