jQuery(document).ready(function($) {
	$("#startDate").datepicker();
	$("#endDate").datepicker();
	$("#date").datepicker();
})

