I'd like to add native date pickers to my application, which currently uses a legacy, home-rolled system. Date input support isn't widespread, yet, but if I could present both implementations based on compatibility, that would be ideal.
Is there any way to specify the output of the value given by an HTML datepicker? The default for opera is yyyy-mm-dd
, and I very explicitly need dd-MMM-yyyy
.
Is there any way to control this output, currently?