Skip to content

Instantly share code, notes, and snippets.

@ziazek
Last active October 19, 2016 04:20
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 ziazek/ad421266f33204489d3496cb30c68aed to your computer and use it in GitHub Desktop.
Save ziazek/ad421266f33204489d3496cb30c68aed to your computer and use it in GitHub Desktop.
churchope-child-theme/js/datepicker_format.js
jQuery(document).ready(function($) {
'use strict';
$.datepicker.setDefaults({
dateFormat: 'mm/dd/yy'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment