$(document).ready(function(){

    //Date and Range Inputs
	$("#Date").dateinput();
	
});
