mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2025-12-30 19:20:14 -06:00
added formating to the dates
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
Uploaded/Renewed
|
||||
At:</h5>
|
||||
<p class="card-text mb-0"
|
||||
th:text="${file.uploadDate}"></p>
|
||||
th:text="${#temporals.format(file.uploadDate, 'dd.MM.yyyy')}"></p>
|
||||
</div>
|
||||
<small class="text-muted"
|
||||
th:if="${file.keepIndefinitely == false}">
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
Password
|
||||
Protected</p>
|
||||
<p class="card-text border-top pt-3"
|
||||
th:text="${file.uploadDate}"></p>
|
||||
th:text="'Uploaded/Renewed: ' + ${#temporals.format(file.uploadDate, 'dd.MM.yyyy')}"></p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<a class="btn btn-primary w-100"
|
||||
|
||||
Reference in New Issue
Block a user