SyntaxFix
Write A Post
Hire A Developer
Questions
You should read-up on jQueryUI Datepicker
Once you include the relevant jQuery UI library, it's as simple as,
Script:
$(function() { $( "#datepicker" ).datepicker(); });
HTML:
<input type="text" id="datepicker" />
Pros: