File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/templates/user/messages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
< span th:text ="${m.messageText} "> </ span >
57
57
< span style ="float:right ">
58
58
< 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 >
60
60
< i th:if ="${m.readByReceiver} " class ="fas fa-check "> </ i >
61
61
</ small >
62
62
</ span >
66
66
< span th:text ="${m.messageText} "> </ span >
67
67
< span style ="float:right ">
68
68
< 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 >
70
70
< i th:if ="${m.readByReceiver} " class ="fas fa-check "> </ i >
71
71
</ small >
72
72
</ span >
You can’t perform that action at this time.
0 commit comments