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

 

JScript Date Object setYear Method

Sets the year value in the Date object.

Syntax: JScript Date Object setYear Method

objDate.setYear(numYear)

Arguments: JScript Date Object setYear Method

objDate

The name of a Date object. Required.

numYear

A numeric value equal to the year minus 1900.

Remarks: JScript Date Object setYear Method

This method is obsolete, and is maintained for backwards compatibility only. Use the setFullYear method instead.

To set the year of a Date object to 1997, call setYear(97). To set the year to 110, call setYear(110). Finally, to set the year to a year in the range 0-99, use the setFullYear method.

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