Previous PageNext Page

7.11.1 getDate Method

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

Syntax

objDate.getDate()

Arguments

objDate
The name of a Date object. Required

Remarks

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 © 2000 Chili!Soft

Previous PageTop Of PageNext Page