Description
Gets the hour (an integer from 0 to 23) of the specified Date object, according to local time. Local time is determined by the operating system on which the Ffish Script is running.
Syntax
date1.getHours()
Parameters
Returns
An integer.
Example
d = new Date(1997, 6, 15); trace(d.getHours()); //output: 0