Created
June 29, 2020 00:19
-
-
Save bstonedev/3c48a0cfee5e09caa116ad64949d1c77 to your computer and use it in GitHub Desktop.
re-instantiate jquery datepicker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$( ".selector" ).datepicker( "destroy" ); | |
$( ".selector" ).datepicker( { | |
// ... new instant | |
dateFormat: "dd/mm/yy", | |
minDate: "+1" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment