toUTCString for Universal Coordinated Time (UTC) format

Some time we have to convert date object to universal time standard. The output of such conversion will be a string. We can use toUTCString to convert date object to string format. Here is a sample code

Here is the code to do this .
<script type="text/javascript"> 
var dt= new Date();
document.write(dt);
document.write("<br>after conversion <br>");
document.write(dt.toUTCString());
</script>
While storing cookies we have to store expire date of the data in this format.
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