my = new Date(); var mpo = my.getMonth(); var mpo1 = mpo + 1; document.write('Today ' + my.getDate() + '/' + mpo1 + '/' + my.getFullYear() + '.' + ' Now ' + my.getHours() + ' hours ' + my.getMinutes() + ' minutes and ' + my.getSeconds() + ' seconds.');