$(function()
{
	$('.date-pick').datePicker(
		{
			startDate: (new Date()).asString()
		}
	);
});
