1. String타입을 Date타입으로 포맷하는 방법
<div th:text="${#temporals.format(item.createDt, 'yyyy-MM-dd HH:mm:ss')}"></div>
2. Date타입을 Date타입으로 포맷하는 방법
<div th:text="${#dates.format(item.createDt, 'yyyy-MM-dd HH:mm:ss')}"></div>
'Web & Android > SpringBoot' 카테고리의 다른 글
[SpringBoot] Lombok (1) | 2023.08.18 |
---|---|
[SpringBoot] HTTP form에서 put, delete 사용법 (0) | 2023.08.17 |
[SpringBoot] WAS와 WS (0) | 2023.08.15 |
[SpringBoot] Design Pattern (0) | 2023.08.14 |
[SpringBoot] AOP(Aspect Oriented Programming) (0) | 2023.08.12 |