$(document).ready( function() {
	$("#appointment_time").timePicker({
		startTime: "08.30", 
		endTime: new Date(0, 0, 0, 18, 00, 0),
		show24Hours: false,
		separator: '.',
		step: 30
	});
});
