Skip to content

Commit 4f06723

Browse files
committed
fixed #401 Migrate spring-boot from 2 to 3
1 parent 44df3ce commit 4f06723

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/templates/user/messages

1 file changed

+2
-2
lines changed

src/main/resources/templates/user/messages/all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2>
5656
<span th:text="${m.messageText}"></span>
5757
<span style="float:right">
5858
<small>
59-
<span th:text="${#dates.format(m.rowCreatedAt,'dd.MM.yyyy HH:mm:ss')}"></span>
59+
<span th:text="${#temporals.format(m.rowCreatedAt,'dd.MM.yyyy HH:mm:ss')}"></span>
6060
<i th:if="${m.readByReceiver}" class="fas fa-check"></i>
6161
</small>
6262
</span>
@@ -66,7 +66,7 @@ <h2>
6666
<span th:text="${m.messageText}"></span>
6767
<span style="float:right">
6868
<small>
69-
<span th:text="${#dates.format(m.rowCreatedAt,'dd.MM.yyyy HH:mm:ss')}"></span>
69+
<span th:text="${#temporals.format(m.rowCreatedAt,'dd.MM.yyyy HH:mm:ss')}"></span>
7070
<i th:if="${m.readByReceiver}" class="fas fa-check"></i>
7171
</small>
7272
</span>

0 commit comments

Comments
 (0)