Created
April 15, 2015 21:57
-
-
Save dawidadach/9c152d8ee2f7d8c52a16 to your computer and use it in GitHub Desktop.
Datepicker_4
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
| <script type="text/javascript"> | |
| $('.datepicker').datepicker({ | |
| weekStart:1, | |
| color: 'red' | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment