I want to get the number of seconds elapsed since 1/1/1970
(like "localtime" in C runtime library).
Printable View
I want to get the number of seconds elapsed since 1/1/1970
(like "localtime" in C runtime library).
Dim nNumSeconds
nNumSeconds = DateDiff("s", DateValue("01/01/1970 00:00:00"),Now)