Siebel eScript Language Reference > Siebel eScript Commands > Universal Time Methods >

toUTCString() Method


This method returns a string that represents the UTC date in a convenient and human-readable form.

Syntax

dateVar.toUTCString()

Returns

A string that represents the UTC date of dateVar.

Usage

This method returns a string that represents the UTC date in a convenient and human-readable form. The string takes the form Day Mon dd hh:mm:ss yyyy.

Example

For an example, see toLocaleString() Method and toString() Method.

See Also

Clib.asctime() Method
toGMTString() Method
toLocaleString() Method and toString() Method

Siebel eScript Language Reference