|
-
November 29th, 1999, 08:59 AM
#1
How to get the time since 1/1/1970 (like "localtime" in C) ?
I want to get the number of seconds elapsed since 1/1/1970
(like "localtime" in C runtime library).
-
November 29th, 1999, 10:07 AM
#2
Re: How to get the time since 1/1/1970 (like "localtime" in C) ?
Dim nNumSeconds
nNumSeconds = DateDiff("s", DateValue("01/01/1970 00:00:00"),Now)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|