Team LiB   Previous Section   Next Section
Date.toUTCString( ) convert a Date to a string (universal time)

Availability

JavaScript 1.2; JScript 3.0; ECMAScript v1

Synopsis

date.toUTCString(  ) 

Returns

A human-readable string representation, expressed in universal time, of date.

Description

toUTCString( ) returns an implementation-dependent string that represents date in universal time.

See Also

Date.toLocaleString( ), Date.toString( )

    Team LiB   Previous Section   Next Section