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

 

JScript Date Object setUTCDate Method

Sets the numeric date of the Date object in Universal Coordinated Time (UTC).

Syntax: JScript Date Object setUTCDate Method

objDate.setUTCDate(numDate)

Arguments: JScript Date Object setUTCDate Method

objDate

The name of a Date object. Required.

numDate

A numeric value equal to the numeric date.

Remarks: JScript Date Object setUTCDate Method

To set the date according to local time, use the setDate method.

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 setUTCDate(32) is called, the date changes to February 1, 1996. Negative numbers have a similar behavior.

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