$(document).ready(function() {

	$('.datePicker').datePicker();
	$('.datePicker').dpSetStartDate('2000-01-01');
	
});
