	$(document).ready(function() {
		$(".formdate").datepicker({ inline: true });
		$(".formtime").timePicker({ show24Hours: false, step: 15 });
	});

