DateTime$

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > String functions >

DateTime$

 

Description

 

Retrieve the system date and time using format YYYY-MM-DD HH:MM:SS

 

Syntax

 

s = DateTime$ [()]

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

String Handling, TIME$, TIMER, DATE$,

 

Examples