$(document).ready(function(){
	$('input.datepicker').datepicker();
});

