/** * Init datepicker for all date fields */ jQuery(function () { jQuery('.data_type_dt input').datepicker({ dateFormat: "yy-mm-dd", changeMonth: true, changeYear: true });