Closed BenRej closed 1 year ago
Hello!
I would like to know how we can define a default range to the datepicker? I try to manage this by setting the value but it's not working.
thank you.
Hey. You can set a range value by providing a tuple of Date objects.
datepicker.value = [new Date(), new Date('01-01-2024')];
thank you it works wonderfully
Hello!
I would like to know how we can define a default range to the datepicker? I try to manage this by setting the value but it's not working.
thank you.