Skip to content

Instantly share code, notes, and snippets.

@noelmcavoy
Created March 4, 2013 22:53
Show Gist options
  • Save noelmcavoy/5086409 to your computer and use it in GitHub Desktop.
Save noelmcavoy/5086409 to your computer and use it in GitHub Desktop.
jQuery Date Picker
$(document).ready(function($) {
$("#datepicker").datepicker();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment