jQuery(document).ready(function() {
Date.firstDayOfWeek = 7;
Date.format = 'mm/dd/yyyy';
	$('.date-pick').datePicker();
});