for data type datetime
how to get time now?
like last modified date := … ;
i just could get date like TODAY
for data type datetime
how to get time now?
like last modified date := … ;
i just could get date like TODAY
[;)] The function is called CURRENTDATETIME.
the following will return the current date and/or time
TIME will return a Time variable
CURRENTDATETIME will return a DateTime variable
TODAY will return a Date variable
I think the function you are looking for is TIME