Commit c4d9994f by Patryk Czarnik

dodatkowe pole w szablonie

parent 5308c7ce
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
<!-- Można też wywołać metodę, która coś odczyta, nawet jeśli nie nazywa się getXXX() --> <!-- Można też wywołać metodę, która coś odczyta, nawet jeśli nie nazywa się getXXX() -->
<li>data: <strong th:text="${dt.toLocalDate()}">2020-04-05</strong></li> <li>data: <strong th:text="${dt.toLocalDate()}">2020-04-05</strong></li>
<li>czas: <strong th:text="${dt.toLocalTime()}">10:44:22</strong></li> <li>czas: <strong th:text="${dt.toLocalTime()}">10:44:22</strong></li>
<li>miesiąc: <em th:text="${dt.month}">APRIL</em></li>
</ul> </ul>
<h3>Odczyt elementów listy</h3> <h3>Odczyt elementów listy</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment