Created
January 30, 2018 11:45
-
-
Save Alireza2n/dd875c035a0ffe37e76fd3b64a5f8157 to your computer and use it in GitHub Desktop.
Next and Prev. button for jquery datepicker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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