SyntaxFix
Write A Post
Hire A Developer
Questions
To datepicker to popup on gain focus:
$(".selector").datepicker({ showOn: 'both' })
If you don't want user input, add this to the input field
<input type="text" name="date" readonly="readonly" />