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

Nice display of time effects_time and date

WBOY
WBOYOriginal
2016-05-16 19:27:381075browse

[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
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