String -> Date
<span th:text="${#temporals.format(list.start_date, 'yyyy-MM-dd HH:mm')}"></span>
Date -> String
<span th:text="${#dates.format(list.end_date, 'yyyy-MM-dd')}"></span>
반응형
'기타' 카테고리의 다른 글
[Thymeleaf] 날짜 형식(String -> Date, Date -> Date) Format (0) | 2022.07.13 |
---|---|
[Mabatis]Caused by: java.lang.IllegalArgumentException: Unable to convert type java.lang.Integer of 12 to type of java.lang.CharSequence 해결 방법 (0) | 2022.07.06 |
[Server] 로컬, 개발, 운영 서버란? (0) | 2022.03.25 |
[Tomcat] 캐시 부족 해결 (캐시에 추가할 수 없습니다) 오류 관련 (0) | 2022.01.13 |
[개념] XML 이란? (0) | 2022.01.05 |