I have the code below, which displays a clock on a page, which serves to record factory intervals. It works perfectly, with the code below:
function moveRelogio(){
momentoAtual = new Date();
hora = momentoAtual.getHours();
if (h...
asked by
20.06.2017 / 20:49