docs: logical date formatting

This commit is contained in:
raoulvdberge
2023-12-24 11:12:46 +01:00
parent 61737d38dd
commit 70fb36654c

View File

@@ -19,7 +19,7 @@
<span> <span>
<i class="bi bi-calendar"></i> <i class="bi bi-calendar"></i>
<span <span
th:text="${#dates.format(currentRelease.release.createdAt, 'dd-MM-yyyy')}" th:text="${#dates.format(currentRelease.release.createdAt, 'yyyy-MM-dd')}"
th:remove="tag"></span> th:remove="tag"></span>
</span> </span>
<span> <span>
@@ -85,7 +85,7 @@
<span> <span>
<i class="bi bi-calendar"></i> <i class="bi bi-calendar"></i>
<span <span
th:text="${#dates.format(otherRelease.release.createdAt, 'dd-MM-yyyy')}" th:text="${#dates.format(otherRelease.release.createdAt, 'yyyy-MM-dd')}"
th:remove="tag"></span> th:remove="tag"></span>
</span> </span>
<span> <span>