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