javascript Date setMonth( )

Sets the month value for the date of an instance of the Date object. That this method's values are zero-based frequently confuses scripters at fir

javascript Date setMinutes( )

Sets the minute value for the hour and date of an instance of the Date object.

javascript Date setMilliseconds( )

Sets the number of milliseconds past the seconds value for an instance of the Date object.

javascript Date setHours( )

Sets the hours of the day for an instance of the Date object. The 24-hour time system is used. If you specify an hour beyond the end of the object

javascript Date setFullYear( )

Assigns the year for an instance of the Date object.

javascript Date setDate( )

Sets the date within the month for an instance of the Date object. If you specify a date beyond the end of the object's current month, the object

javascript Date parse( )

Static Date object method that returns the millisecond equivalent of the date specified as a string in the parameter.

javascript Date getYear( )

Returns a number corresponding to the year of an instance of the Date object, but exhibits irregular behavior. In theory, the method should return

javascript Date getVarDate( )

Returns a date value in a format (called VT_DATE ) suitable for a variety of Windows-oriented applications, such as ActiveX controls and VBScript.

javascript Date getUTCSeconds( )

Returns a zero-based integer corresponding to the seconds value past the nearest full minute of the date specified by an instance of the Date obje

javascript Date getUTCMonth( )

Returns a zero-based integer corresponding to the month value for the date specified by an instance of the Date object but in the UTC time stored

javascript Date getUTCMinutes( )

Returns a zero-based integer corresponding to the minute value for the hour and date specified by an instance of the Date object but in the UTC ti

javascript Date getUTCMilliseconds( )

Returns a zero-based integer corresponding to the number of milliseconds past the seconds, but in the UTC time stored internally by the browser.

javascript Date getUTCHours( )

Returns a zero-based integer corresponding to the hours of the day for the date specified by an instance of the Date object but in the UTC time st

javascript Date getUTCFullYear( )

Returns all digits of the year for the date specified by an instance of the Date object but in the UTC time stored internally by the browser.