Home  >  Article  >  Web Front-end  >  A time code updated in real time_form special effects

A time code updated in real time_form special effects

WBOY
WBOYOriginal
2016-05-16 19:28:221029browse

 
[ 2006/02/17 13:33 | by alin ] 

 
                         
<script>setInterval("time.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt (new Date().getDay());",1000);</script> 
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:popdiv_javascript trickNext article:popdiv_javascript trick