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