Date.firstDayOfWeek = 6;
$(function()
{
	$('.date-pick').datePicker({selectWeek:true,closeOnSelect:true});
});
