Skip to content

Instantly share code, notes, and snippets.

@SamWM
Created February 20, 2012 15:46
Show Gist options
  • Save SamWM/1869751 to your computer and use it in GitHub Desktop.
Save SamWM/1869751 to your computer and use it in GitHub Desktop.
jQuery UI DatePicker - only show current month
$(".month").datepicker("option", { "changeMonth": false, "changeYear": false, "stepMonths": 0});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment