How can i define the date format whicht should be send to a remote server, when using a Date(Time)Picker as filterable ui in column definition?
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 29 May 2015, 08:07 AM
Hello Onlineprinters,
The Kendo UI DatePicker widget will return a standard JavaScript date object. If you want to format that object, you can call the kendo.toString() method and pass any format that you need. This is described here: