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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -