org.joda.time 기본사용

Kim jae-eok·2020년 8월 10일
0
DateTimeFormatter format = DateTimeFormat.forPattern("yyyy-MM-dd HH:mm:ss");
LocalDateTime test2 = new LocalDateTime(1597049566948);
String dateString = test2.toString(format);
profile
블로그 이전 중 (https://www.notion.so/My-blog-0d569b9028434fb6a99a3e66b6e807b1)

0개의 댓글