I\'m looking for a way to programmatically clear HTML5 date fields with Javascript (specifically jQuery). So far I have tried two methods which I thought obvious:
$("input[type=date]").val("") works for me in chrome. It sets the input field to dd/mm/yyyy.
$("input[type=date]").val("")
Maybe it's browser specific. Most browsers have only partial or no support for this input: http://caniuse.com/input-datetime