﻿Date.format = 'dd/mm/yyyy';

$(document).ready(function() { 

	$('input#date').datePicker();

}); 

