Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== U2_TimeDate Function ====== ==== Description ==== Retrieves the U2 server's time and date. ==== Syntax ==== now = U2_TimeDate() ==== Returns ==== The U2 server's time and date, in the DT format. ==== Remarks ==== 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. ==== See Also ==== [[timedate|TimeDate()]], [[iconv_datetime_dt|Iconv DateTime(DT) function]], [[u2_functions_in_oi|U2 Functions]] ==== Example ==== <code> Declare Function U2_TimeDate() now = U2_TimeDate() formattedNow = Oconv(now,"DT") </code> guides/programming/programmers_reference_manual/u2_timedate.txt Last modified: 2024/06/19 20:20by 127.0.0.1