Last active
May 23, 2016 19:53
-
-
Save MFry/2f4deab6d438f80ad258ad01b4aca8bf to your computer and use it in GitHub Desktop.
Revisions
-
MFry revised this gist
May 23, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ //In HTML: //<div id="sandbox-container"><input type="text" class="form-control"></div> //SCRIPT: $('#sandbox-container input').datepicker({ -
MFry revised this gist
May 23, 2016 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ //In HTML: //<input type="text" class="form-control"> //SCRIPT: $('#sandbox-container input').datepicker({ }).on('changeDate', function (event){ var t = event['dates']; -
MFry revised this gist
May 23, 2016 . 2 changed files with 7 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ <input type="text" class="form-control"> $('#sandbox-container input').datepicker({ }).on('changeDate', function (event){ var t = event['dates']; //t is a JavaScript Date Reference link: http://www.w3schools.com/jsref/jsref_obj_date.asp }); -
MFry created this gist
May 23, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ Once you [create your custom boostrap datepicker](https://eternicode.github.io/bootstrap-datepicker/)