var d = new Date(); alert( d.getDate() + "." + d.getMonth() + 1 + " " + d.getHours() + ":" + d.getMinutes() + ":" + d.getSeconds() );