// JavaScript Document
$(function() {
	$(".datepicker").datepicker({ dateFormat: 'dd/mm/yy' });
});

