Cordova / format change phonebook format input type date html5

I am writing a Cordova / Phonegap application and I want to change the format

<input type="date"/> 

      

as it changes with the system browser. I want to set it up in this "dd-mm-yyyy" format. How can I change this format? If I cannot change it, is there an alternative solution? With an alternative solution if there is one, I want to use the device calendar, for example when I use the tag above.

+3


source to share





All Articles