Skip to content

Instantly share code, notes, and snippets.

@csessig86
Last active August 1, 2016 16:39
Show Gist options
  • Save csessig86/d2665cf25f955f52810446f2055e259f to your computer and use it in GitHub Desktop.
Save csessig86/d2665cf25f955f52810446f2055e259f to your computer and use it in GitHub Desktop.
Initialize Materialize date picker
var $input_one = $('#input-calendar-1 .datepicker').pickadate({
'options_go_here': 'text'
});
var picker_one = $input_one.pickadate('picker');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment