That's it, i need to get the selected date as a date object, is there any way besides manually parsing the string?
Thanks...
3 Answers, 1 is accepted
0
Accepted
Viktor Tachev
Telerik team
answered on 20 May 2019, 10:55 AM
Hi Maximiliano,
In order to get the selected date as Date object you can use the value method of the DatePicker widget. I have prepared a small example that illustrates how the selected date can be retrieved in the change event handler.
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
In order to get the selected date as Date object you can use the value method of the DatePicker widget. I have prepared a small example that illustrates how the selected date can be retrieved in the change event handler.
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items