Set default value of DateTimePicker
Hi I am trying to prefill a
DateTimePicker
with a predefined value. I tried this but it doesn't work:
The input is still empty. Probably something easy but I can't figure it out. Thanks π1 Reply
Solution
Nvm! Forgot to call
$this->form->fill()
in mount()