BAEL-5039: edit identation
This commit is contained in:
parent
a4639b70e8
commit
adca84eca2
@ -2,11 +2,11 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xmlns:th="http://www.thymeleaf.org">
|
xmlns:th="http://www.thymeleaf.org">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Baeldung - using a datepicker to submit date</title>
|
<title>Baeldung - using a datepicker to submit date</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Student birth date</h1>
|
<h1>Student birth date</h1>
|
||||||
<p th:text="${#dates.format(student.birthDate, 'dd/MM/yyyy')}"></p>
|
<p th:text="${#dates.format(student.birthDate, 'dd/MM/yyyy')}"></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -2,8 +2,8 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xmlns:th="http://www.thymeleaf.org">
|
xmlns:th="http://www.thymeleaf.org">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Baeldung - using a datepicker to submit date</title>
|
<title>Baeldung - using a datepicker to submit date</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form th:action="@{/saveStudent}" method="post" th:object="${student}">
|
<form th:action="@{/saveStudent}" method="post" th:object="${student}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user