Implementation of SDATETIME() command

From ArcoWiki
Revision as of 09:39, 7 June 2018 by Slia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Implementation of the is a standard DMIS 5.2 command which return a string with date and time in the format 'YYYY/MM/DD HH:mm:SS.sss'
The command is:

$$Begin Example…

DECL/CHAR,100,string_time
start_time = ASSIGN/SDATETIME()


Refer to Calculating the elapsed time for further Example and details on this function.