String Format -> Date Format 변경
<span th:text="${#temporals.format(result.temp01, 'yyyy-MM-dd HH:mm')}"></span>
<td th:text="${#temporals.createDateTime(result.temp01, 'yyyyMMddHHmmss')}"></td>
Date Format -> Date Format 변경
<span th:text="${#dates.format(result.temp01, 'yyyy-MM-dd')}"></span>
반응형
'기타' 카테고리의 다른 글
[Gradle] 이클립스 The supplied phased action failed with an exception. 오류 해결 (0) | 2024.05.05 |
---|---|
[Thymeleaf] String 문자열 합치기, 사이에 문자 삽입 (0) | 2022.07.14 |
[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 |
[Thymeleaf] 날짜 형식 변경(String / Date) (0) | 2022.06.13 |
[Server] 로컬, 개발, 운영 서버란? (0) | 2022.03.25 |