UTC time : Date : Development JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Development » Date »

 

UTC time



/* the time set by the World Time Standard.*/
<html>
<body>

<script type="text/javascript">
    var d = new Date()
    
    document.write(d.getUTCHours())
    document.write(".")
    document.write(d.getUTCMinutes())
    document.write(".")
    document.write(d.getUTCSeconds())
</script>

</body>
</html>

           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Development
» Date