$(function()
{
	$('.date-pick').datePicker(
		{
			startDate: '01/01/2009',
			endDate: (new Date()).asString()
		}
	);
});