| setDate Method |
Language Reference Version 1 |
See Also Applies To
The numDate argument is a numeric value equal to the numeric date.
If the value of numDate is greater than the number of days in the month stored in the Date object or is a negative number, the date is set to a date equal to numDate minus the number of days in the stored month. For example, if the stored date is January 5, 1996, and setDate(32) is called, the date changes to February 1, 1996. Negative numbers have a similar behavior.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.
Description
Sets the numeric date of the Date object according to local time.
Syntax
objDate.setDate(numDate)
Remarks
To set the date value according to Universal Coordinated Time (UTC), use the setUTCDate method.