d = new Date();
day = d.getDate();
month = d.getMonth()+1;
year = d.getFullYear();
fulldate = month + "." + day + "." + year;