Now, please tell me if there is a format/syntax for a DATETIME literal??
I even looked in the online Help and I didn't see DateTime listed as a data type.
Would it be something like this??
Code: Select all
dtDateTime := 2019.04.23 12:00:00
Post by Anonymous »
Code: Select all
dtDateTime := 2019.04.23 12:00:00
Post by FoxProMatt »
Code: Select all
dtDateTime := DateTime{2019,4,23,12,0,0,0}