Description
Sets the year of the specified Date object, according to local time, and returns the new time in milliseconds. If the month and date parameters are specified, they are also set to local time. Local time is determined by the operating system on which the FFish Script is running.
Syntax
date1.setFullYear(year[, month [, date]])
Parameters
Returns
The new time in milliseconds.