Created
February 8, 2018 12:04
-
-
Save FinalDestiny/a1343fffa11c62aaf9102e5445986889 to your computer and use it in GitHub Desktop.
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
<script> | |
jQuery(function() { | |
jQuery( "#field2" ).datepicker({ | |
dateFormat: "DD, MM d, yy", | |
numberOfMonths: 2, | |
showButtonPanel: true | |
}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment