mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 08:46:09 +01:00
Fix opened card Date Format to be used at dates popups.
Thanks to xet7 ! Related #5971
This commit is contained in:
parent
49a865cdbf
commit
7ca81285b1
4 changed files with 103 additions and 24 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue