Skip to content

Instantly share code, notes, and snippets.

@FinalDestiny
Created February 8, 2018 12:04
Show Gist options
  • Save FinalDestiny/a1343fffa11c62aaf9102e5445986889 to your computer and use it in GitHub Desktop.
Save FinalDestiny/a1343fffa11c62aaf9102e5445986889 to your computer and use it in GitHub Desktop.
<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