var Datum = new (Date);
var Tag = Datum.getDate();
var Monat = Datum.getMonth();
var Jahr = Datum.getFullYear();