$(document).ready(function() {
	
	$("#JourneyPlannerDate").datepicker({
		//showOn: 'button',
		//buttonImage: rootUrl + 'img/calendar.png',
		//buttonImageOnly: true,
		dateFormat: "dd/mm/yy",
		changeMonth: true,
		changeYear: true,
		//showButtonPanel: true,
		constrainInput: false
	});

	
});

