Specifying the value output of of an HTML5 input type = date?
问题 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? 回答1: The HTML5 date input field is specific