Skip to content

Instantly share code, notes, and snippets.

@dvhthomas
Created October 5, 2009 02:02
Show Gist options
  • Select an option

  • Save dvhthomas/201754 to your computer and use it in GitHub Desktop.

Select an option

Save dvhthomas/201754 to your computer and use it in GitHub Desktop.
Date picker for all date fields
$(document).ready(function() {
$('.datePick').datepicker();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment