How do I hide the calendar after a date is selected? Is there a specific function that I can use? My code below:
$(\'#dp1\').datepicker({ format: \'mm-d
At least in version 2.2.3 that I'm using, you must use autoClose instead of autoclose. Letter case matters.
autoClose
autoclose