Javascript Reference
Objects > Date
javascript Date getHours( )
Returns a zero-based integer corresponding to the hours of the day for the date specified by an instance of the Date object. The 24-hour time syst
javascript Date getMilliseconds( )
Returns a zero-based integer corresponding to the number of milliseconds past the seconds value of the date specified by an instance of the Date objec
javascript Date getMinutes( )
Returns a zero-based integer corresponding to the minute value for the hour and date specified by an instance of the Date object.
javascript Date getMonth( )
Returns a zero-based integer corresponding to the month value for the date specified by an instance of the Date object. That this method's values
javascript Date getSeconds( )
Returns a zero-based integer corresponding to the seconds past the nearest full minute for the date specified by an instance of the Date object.
javascript Date getTime( )
Returns a zero-based integer corresponding to the number of milliseconds since January 1, 1970, to the date specified by an instance of the Date o
javascript Date getTimezoneOffset( )
Returns a zero-based integer corresponding to the number of minutes difference between GMT and the client computer's clock for an instance of the D
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 parse( )
Static Date object method that returns the millisecond equivalent of the date specified as a string in the parameter.
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 setFullYear( )
Assigns the year 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 setMilliseconds( )
Sets the number of milliseconds past the seconds value for an instance of the Date object.
javascript Date setMinutes( )
Sets the minute value for the hour and date of an instance of the Date object.
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
< 16-30 / 50 >

Powered by Linode.