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

 

JScript Date Object getDate Method

Returns the day of the month as stored in a Date object according to local time.

Syntax: JScript Date Object getDate Method

objDate.getDate()

Arguments: JScript Date Object getDate Method

objDate

The name of a Date object. Required.

Remarks: JScript Date Object getDate Method

To get the date value according to Universal Coordinated Time (UTC), use the getUTCDate 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.