javascript - KendoUI DatePicker not returning date value -


i'm using mvc wrapper kendoui datepicker widget , have situation if enter in date this: 1/4/15, i'm unable retrieve value of field via javascript i.e. null value. however, if enter 1/4/2015, value correctly retrieved.

here's js code value datepicker control:

$("#date").data("kendodatepicker").value() 

c# parses 1/4/15 value correctly 1/4/2015 hope can show me how kendoui's datepicker to:

a) recognize 1/4/15 valid date

b) , correctly parse 1/4/15 1/4/2015


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -