$(function()
{
	Date.format = 'yyyy-mm-dd'; //mm/dd/yyyy';
	$('.date_pick').datePicker({startDate:'01/01/1996'});
});