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:
this line works with my browser (chrome, latest version)
$('input[type=date]')[0].value = 0;