jQuery UI Datepicker — a practical guide to jQuery UI datepicker with clear examples you can reuse in real projects.
jQuery Tutorial Series (84/101). Prefer one article? Read the complete jQuery tutorial.
Short description
Configure dateFormat, minDate, and localization as needed.
datepicker
$('#startDate').datepicker({ dateFormat: 'yy-mm-dd' });