Last active
August 1, 2016 16:39
-
-
Save csessig86/d2665cf25f955f52810446f2055e259f to your computer and use it in GitHub Desktop.
Initialize Materialize date picker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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