getdatetime
Getting date and time as strings. Get date and time in the current Windows string format.
func getdatetime (
datetime systime,
str date,
str time
)
datetime systime,
str date,
str time
)
Parameters
systime | Datetime structure. |
date | The string for getting the date. It can be 0->str. |
time | The string for getting time. It can be 0->str. |
Related links | Source |