Description:
Javascript date toGMTString() method converts a date to a string, using Internet GMT conventioins.This method is no longer used and has been replaced by the toUTCString method.
Syntax:
Date.toGMTString() |
- NA
Return Value:
Returns a date to a string, using Internet GMT conventioins.Example:
<html> <head> <title>JavaScript toGMTString Method</title> </head> <body> <script type="text/javascript"> var dt = new Date(1993, 6, 28, 14, 39, 7); document.write( "Formated Date : " + dt.toGMTString() ); </script> </body> </html> |
Formated Date : Wed, 28 Jul 1993 09:09:07 UTC
+JavaScript +JavaScript Frameworks Links +Javascript Development +JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn +Javascript Problems +JavaScriptOn +javaScript is a creek in West Virginia in the summe +enJineS +JavascriptU +Javascript Tutor
No comments: