21-rating #22

Merged
romanov73 merged 33 commits from 21-rating into aspir 2025-04-15 23:18:30 +04:00
Showing only changes of commit 3546e016e1 - Show all commits

View File

@ -17,7 +17,7 @@
th:field="*{reportPeriod}"> th:field="*{reportPeriod}">
<option th:each="p : ${reportPeriods}" <option th:each="p : ${reportPeriods}"
th:value="${p.id}" 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> </option>
</select> </select>
</div> </div>