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