Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
TIMEDATE Function (DataBasic) (m618703+timedate_f.htm)
Returns the current time and date in external format.
TIMEDATE()
External format is:
hh:mm:ss dd mmm yyyy
Where: hh = hours
mm = minutes
ss = seconds
dd = day
mmm = month
yyyy = year
B = TIMEDATE()
Assigns the string value of the current time and date to variable B.
PRINT TIMEDATE()
Prints the current time and date in external format. For example:
11:27:51 20 Apr 1995