belbek
Новичок
Отключить время
there is a function:
function fulltime() {
var time = new Date();
document.getElementById("span_clock").innerHTML = time.toLocaleString();
setTimeout('fulltime()',1000)
}
which outputs:
31 Июль 2007 г. 10:12:40
но, блин, время мне не нуна. Как отключить время (subst() не предлагать).
Thanx.
there is a function:
function fulltime() {
var time = new Date();
document.getElementById("span_clock").innerHTML = time.toLocaleString();
setTimeout('fulltime()',1000)
}
which outputs:
31 Июль 2007 г. 10:12:40
но, блин, время мне не нуна. Как отключить время (subst() не предлагать).
Thanx.