Skip to content

Instantly share code, notes, and snippets.

@Alireza2n
Created January 30, 2018 11:45
Show Gist options
  • Save Alireza2n/dd875c035a0ffe37e76fd3b64a5f8157 to your computer and use it in GitHub Desktop.
Save Alireza2n/dd875c035a0ffe37e76fd3b64a5f8157 to your computer and use it in GitHub Desktop.
Next and Prev. button for jquery datepicker
<a onclick="$('#datepicker').datepicker('setDate','c-1y');">Prev Year</a>
<a onclick="$('#datepicker').datepicker('setDate','c-1m');">Prev Month</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment