function initDatepickers() {
	$(".datapicker").datepicker({

	});
}

$(document).ready(function(){
	initDatepickers();
});
