var Dat = new Date();
var Tag = Dat.getDate();
var Monat = Dat.getMonth()+1;
var Jahr = Dat.getFullYear();

