Is there a way to display the date in the input other than the format I want to send.
For example, I need to send a date in the format "yyyy-mm-dd", but I want to display the date in a different format: "dd / mm / yyyy" (French display). Is there any good advice for this with Datebox for jQuery Mobile (an option I haven't seen?)
I think I need to fool the creation of an input hidden in a good form format, and another with a format for display (and not submitted), but perhaps a better solution exists.
Any ideas?
source share