Closed alvarolloret closed 5 years ago
You don't need to exploit the range-picker, you need to set maxDate option, refer to README to see how to set options.
The start_of and end_of methods just links two input field to an event so that range-picker can work.
Perfect, thanks for that!
Hi! Thanks for this amazing widget! I was just gessing if the start_of end_off could be set to a specific date. From documentation it only appears code such as:
.end_of('event days')
. Is it possible to set it up something like.end_of('2019-01-01')
?I'm using
form.Forms
notModelForms