Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created December 2, 2014 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/52f7fbdf2667b9f3c579 to your computer and use it in GitHub Desktop.
Save tripflex/52f7fbdf2667b9f3c579 to your computer and use it in GitHub Desktop.
date picker select from any dates
jQuery(function(a){a(".jmfe-date-picker").each(function(){a(this).datepicker({dateFormat:jmfe_date_field.date_format,monthNames:jmfe_date_field.monthNames,monthNamesShort:jmfe_date_field.monthNamesShort,dayNames:jmfe_date_field.dayNames,dayNamesShort:jmfe_date_field.dayNamesShort,dayNamesMin:jmfe_date_field.dayNamesMin})})});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment