Retrieves the U2 server's time and date.
now = U2_TimeDate()
The U2 server's time and date, in the DT format.
OpenInsight's TimeDate function returns by default the time and date of the workstation executing OpenInsight. The U2_TimeDate function queries the U2 Server for the time and date.
Declare Function U2_TimeDate() now = U2_TimeDate() formattedNow = Oconv(now,"DT")