Date.firstDayOfWeek = 1;
Date.format = 'yyyy-mm-dd';
$(function()
{
	$('.date-pick').datePicker({startDate:'2009-01-01'});

});
