Skip to content

Instantly share code, notes, and snippets.

@dawidadach
Created April 15, 2015 21:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dawidadach/9c152d8ee2f7d8c52a16 to your computer and use it in GitHub Desktop.
Datepicker_4
<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