Hi everyone,
I´m trying to use the DatePicker in my reactive application on one screen.
There will be an input for the startDate and one for the endDate. Both connected to a separate DatePicker with handler ClientActions to assign the choosen values.
The startDate works perfectly fine but the endDate gives me also the value 01-01-1900 and I don´t understand why.
Any idea why this happens?
Thanks and best regards,Mathias
Hi Mathias,
I thinnk you are using two handler for Datepicker.
For First Handler you getting start date and for second you are getting End date so got actual nulldate.
Basicaly when add event on datepicker it add two parameter ONe is Start Date and End Date . End date work when set SelectInterval Property true.
Find Attached oml for referances
Regards
Rahul Sahu
Rahul Sahu wrote:
Thanks Rahul, that´s the solution.
Welcome Mathias ,
Cheers