We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e5696 commit bbbd710Copy full SHA for bbbd710
3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/resources/templates/notes.html
@@ -31,7 +31,7 @@ <h1 class="title">My notes</h1>
31
<div class="note" th:each="theNote : ${noteList}">
32
<div class="title_note" th:text="${theNote.title}">The title</div>
33
<div class="text_note" th:text="${theNote.text}">The text of very long story, or just shopping list</div>
34
- <div class="date_note" th:text="${theNote.createdOn.toLocalDate()}">23.04.2021</div>
+ <div class="date_note" th:text="${theNote.createdOn}">23.04.2021</div>
35
</div>
36
37
0 commit comments