Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript Date Object getUTCDate Method

Returns the date of the month stored in a Date object according to Universal Coordinated Time (UTC).

Syntax: JScript Date Object getUTCDate Method

objDate.getUTCDate()

Arguments: JScript Date Object getUTCDate Method

objDate

The name of a Date object. Required.

Remarks: JScript Date Object getUTCDate Method

To get the date according to local time, use the getDate method.

The return value is an integer between 1 and 31 that represents the date stored in the Date object.

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