开发者

Application time

I need to show the application time based on the user side usage..

Pl开发者_如何学编程s guide me ...


You could achieve this using the Date object in javascript:

<div id="date"></div>

<script type="text/javascript">
    var date = new Date();
    document.getElementById('date').innerHTML = date;
</script>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜