This is a migrated thread and some comments may be shown as answers.

invalid format

1 Answer 85 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Andrea Marchetti
Top achievements
Rank 1
Andrea Marchetti asked on 13 Sep 2012, 09:15 AM
when I enter an invalid date in kendoDatePicker, the function .val () returns null. How do I see what has been typed. thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 13 Sep 2012, 02:56 PM
Hello Andrea,

 
Get the value of the input element. For instance, if the id of the input element is "date", then:

var text = $("#date").val();


Greetings,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Date/Time Pickers
Asked by
Andrea Marchetti
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or