Skip to content

Instantly share code, notes, and snippets.

@scrubmx
Created March 7, 2014 17:07
Show Gist options
  • Select an option

  • Save scrubmx/9415429 to your computer and use it in GitHub Desktop.

Select an option

Save scrubmx/9415429 to your computer and use it in GitHub Desktop.
if ( ! Modernizr.inputtypes.date ) {
$('input[type="date"]').datepicker({
dateFormat: 'yy-mm-dd'
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment