Implementierung des SDATETIME () Befehls

Aus ArcoWiki
Version vom 7. Juni 2018, 09:40 Uhr von Slia (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „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'<br /> The command is:…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

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.