Home > Web Front-end > JS Tutorial > Nice display of time effects_time and date

Nice display of time effects_time and date

WBOY
Release: 2016-05-16 19:27:38
Original
1079 people have browsed it

[Ctrl A Select all Note: If you need to introduce external Js, you need to refresh to execute
]
<script>setInterval("document.getElementById('jb51').innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000); </script>Note the use of document.getElementById , compatible with firefox browser
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template