SyntaxFix
Write A Post
Hire A Developer
Questions
Below solution worked for me. I hope, this will help you also.
$(document).ready(function() { $("#datepicker").datepicker({ startDate:'+0d' }); });