Date.firstDayOfWeek = 7;
Date.format = 'yyyy-mm-dd';
$(function()
{
	$('.date-pick').datePicker({startDate:'2006-01-01', clickInput:true});
});