toUTCString Method (Windows Scripting - JScript)
This page is specific to:.NET Framework Version:2.03.0
JScript
toUTCString Method (Windows Scripting - JScript)

Returns a date converted to a string using Universal Coordinated Time (UTC).

dateObj.toUTCString() 
Remarks

The required dateObj reference is any Date object.

The toUTCString method returns a String object that contains the date formatted using UTC convention in a convenient, easily read form.

Example

The following example illustrates the use of the toUTCString method.

function toUTCStrDemo(){
   var d, s;                   //Declare variables.
   d = new Date();             //Create Date object.
   s = "Current setting is ";
   s += d.toUTCString();       //Convert to UTC string.
   return(s);                  //Return UTC string.
}
Requirements

Version 3

Applies To: Date Object (Windows Scripting - JScript)

See Also

Reference

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View