// JavaScript Document
$(function() {
	
	$("#date").datepicker({
		changeMonth: true,
		changeYear: true
	});
	
});
