Hey there… i use this in blueprint since long time…
fields:
from:
label: Start
type: date
width: 1/2
required: true
default: now
time: true
with update from kirby 3.4 to 3.5.3.1 this results in
- not having a picker for time, but only for date.
-
default: now
results always in00:00
o’clock
i also tried this with the same result:
fields:
from:
label: Start
type: date
width: 1/2
required: true
default: today
time:
default: now
step: 5
Did i something wrong? or is something broken?
other questions:
- how to set min to date of other field on same page… target: avoid event endtime to be before starttime.
- is there a plugin with a combination of date + time picker? it would be nice to have something similar to this:
(source Powerful Datetime Picker Library- tail.DateTime | CSS Script)