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:
You can change the date as empty
$('#invoiceDate').val(new Date())