DataBasic Reference > Statements and Intrinsic Functions > T > TIMEDATE Function

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

TIMEDATE Function

Returns the current time and date in external format.

Syntax

TIMEDATE()

Comments

External format is:

hh:mm:ss dd mmm yyyy

Where: hh = hours
mm = minutes
ss = seconds
dd = day
mmm = month
yyyy = year

Examples

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

RealityV15.1 (MoTW) Revision 7Comment on this topic