Fix opened card Date Format to be used at dates popups.

Thanks to xet7 !

Related #5971
This commit is contained in:
Lauri Ojansivu 2025-10-23 01:00:11 +03:00
parent 49a865cdbf
commit 7ca81285b1
4 changed files with 103 additions and 24 deletions

View file

@ -4,7 +4,7 @@ template(name="datepicker")
.fields
.left
label(for="date") {{_ 'date'}}
input.js-date-field#date(type="date" name="date" value=showDate autofocus)
input.js-date-field#date(type="text" name="date" value=showDate autofocus placeholder=dateFormat)
.right
label(for="time") {{_ 'time'}}
input.js-time-field#time(type="time" name="time" value=showTime)