Hi!
im use datepicker from EJMOBILE. We have a problem with date format. I want basic format = "dd/MM/yyyy", but datepicker don't understand and show NaN/NaN/0NaN.
Then, we expose two examples.
First its done:
@(Html.EJMobile() .DatePicker("FechaIniTrabajo") //.Culture("es-ES") .Enabled(true) .DateFormat("dd/MM/yyyy") .Value("12/07/2015") ) |
Second show error:
@(Html.EJMobile() .DatePicker("FechaIniTrabajo") //.Culture("es-ES") .Enabled(true) .DateFormat("dd/MM/yyyy") .Value("13/07/2015") ) |
First example, when i change month or day, change is ok, that is to say, if i change month, the month position change correct...
Second example, directly show NaN/NaN/0NaN. So, i think don't undestand format ("dd/MM/yyyy") when try format value (13/07 ) because 13 is a month error...but my format is (dd/MM/yyyy)...
any idea?
thanks!!!
Version:
Syncfusion.Core, Version=13.1451.0.21, Syncfusion.EJ, Version=13.1451.0.21, Syncfusion.EJ.MVC, Version=13.1500.0.21 |
PD: I know existe version 13.2 but i dont want change all my project now