JavaScript Editor Ajax toolkit     Ajax website 



Main Page

An object that enables basic storage and retrieval of dates and times. There are two forms of the Date constructor.

function Date( [dateVal : { Number | String | System.DateTime } ] )
function Date( year : int, month : int, date : int[, hours : int [, minutes : int [, seconds : int [, ms : int]]]] )

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageProperties and Methods

Expand imageRequirements

Expand imageSee Also



JavaScript Editor Ajax toolkit     Ajax website


©