Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tahafarooqui/b3df5ff36f4e72ac3b322478901a0644 to your computer and use it in GitHub Desktop.
Save tahafarooqui/b3df5ff36f4e72ac3b322478901a0644 to your computer and use it in GitHub Desktop.
How to change month name DatePicker (calendar)
jQuery(".endDate").datepicker({
minDate: 0,
monthNames: ["Januar","Februar","Marz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment