| getDate Method |
Language Reference Version 1 |
See Also Applies To
Returns the day of the month as stored in a Date object according to local time. The return value is an integer between 1 and 31 that represents the date stored in the Date object.
Description
Syntax
objDate.getDate()
Remarks
To get the date value according to Universal Coordinated Time (UTC), use the getUTCDate method.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.