T Tom Jun 4, 2004 #1 Does anyone have a simple script for converting Epoch time to a normal timestamp? Any help is appreciated. Tom
Does anyone have a simple script for converting Epoch time to a normal timestamp? Any help is appreciated. Tom
M Marshall Barton Jun 4, 2004 #2 Tom said: Does anyone have a simple script for converting Epoch time to a normal timestamp? Click to expand... If you mean the Unix time value, then you can use: DateAdd("s", epochvalue, #1/1/1970#)
Tom said: Does anyone have a simple script for converting Epoch time to a normal timestamp? Click to expand... If you mean the Unix time value, then you can use: DateAdd("s", epochvalue, #1/1/1970#)