getUTCMinutes() to read Minutes of GMT

By using getUTCMinutes() function we can read minutes part of the UTC time. Here is a sample code.

<script type="text/javascript">
var dt= new Date();
document.write("using getutcMinutes : ");
document.write(dt.getUTCMinutes());
</script>

The output is here

This is the minutes part of the GMT.

Difference in these two times by using getTimezoneOffset() function


Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com




    Post your comments , suggestion , error , requirements etc here .




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer