image\cslogo3d1.gif

JScript Date Object toUTCString Method

Converts the date to a string in Universal Coordinated Time (UTC).

Syntax: JScript Date Object toUTCString Method

objDate.toUTCString()

Arguments: JScript Date Object toUTCString Method

objDate

The name of a Date object. Required.

Remarks: JScript Date Object toUTCString Method

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

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.