SecToDate
The SecToDate function is used to convert milliseconds to date.
Syntax :
SecToDate(secs)
Parameters | Description |
---|---|
secs | Time in seconds. |
Example :
dSecToDate = SecToDate(120)
DEBUG(dSecToDate)
- Here 120 is the number of seconds, which will be converted to date.
dSecToDate
= 1/1/1970 12:02:00 AM