Skip to content

Instantly share code, notes, and snippets.

@dawidadach
Created April 15, 2015 21:57
Show Gist options
  • Select an option

  • Save dawidadach/9c152d8ee2f7d8c52a16 to your computer and use it in GitHub Desktop.

Select an option

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