EJ Mobile datapicker - format error

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


1 Reply

AK Arun Kumar S Syncfusion Team August 11, 2015 09:50 AM UTC

Hi David,

Thank you for using Syncfusion products.

We considered this “dateFormat property not working properly” as a defect and a support incident with incident id #142600 has been created under your account to track the status of this defect. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents
Please let us know if you have any concerns.
 
Regards,
Arun Kumar S


Loader.
Up arrow icon