var date1 = new Date();
document.write("Nous sommes le:<br />"+date1.getDate()+"."+parseInt(date1.getMonth()+1)+"."+date1.getFullYear());