Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for yyyymmdd (0.04 sec)

  1. src/test/java/org/codelibs/core/convert/DateConversionUtilTest.java

        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testToPlainPattern() throws Exception {
            assertThat(toPlainPattern("y/M/d"), is("yyMMdd"));
        }
    
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/core/convert/TimestampConversionUtilTest.java

        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testToPlainPattern() throws Exception {
            assertThat(toPlainPattern("y/M/d H:m:s"), is("yyMMdd HHmmss"));
        }
    
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top