jQuery(document).ready(function() { jQuery('[type="date"]').datepicker({ dateFormat : 'yy-mm-dd' }); });