#21 -- Fix date format
This commit is contained in:
parent
6e4218fe74
commit
3546e016e1
@ -17,7 +17,7 @@
|
||||
th:field="*{reportPeriod}">
|
||||
<option th:each="p : ${reportPeriods}"
|
||||
th:value="${p.id}"
|
||||
th:text="${p.startDate + ' - ' + p.endDate}">
|
||||
th:text="${#calendars.format(p.startDate, 'dd.MM.yyyy') + ' - ' + #calendars.format(p.endDate, 'dd.MM.yyyy')}">
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user