This commit is contained in:
Looly 2025-04-10 16:51:30 +08:00
parent a287abf33b
commit 5e394cdf08

View File

@ -8,6 +8,6 @@ public class IssueIC00HGTest {
@Test @Test
@Disabled @Disabled
void dateToStringTest(){ void dateToStringTest(){
Console.log(DateUtil.date().toSqlDate()); Console.log(DateUtil.date().toString());
} }
} }