L
LizB
I used the following as a query expression to convert unix timestamp.
DateAdd("s",UnixDate,#1/1/1970#)
This got it done but I am now wanting to go one step further and be able to
have the date in one column and the time in another for additional queries
vs. having them in the same column. Any suggestion?
The formula takes this value 1181836800
and returns this: 6/14/2007 4:00:00 PM
I would like to somehow end up with 6/14/2007 in one columen and 4:00:00 PM
in another.
DateAdd("s",UnixDate,#1/1/1970#)
This got it done but I am now wanting to go one step further and be able to
have the date in one column and the time in another for additional queries
vs. having them in the same column. Any suggestion?
The formula takes this value 1181836800
and returns this: 6/14/2007 4:00:00 PM
I would like to somehow end up with 6/14/2007 in one columen and 4:00:00 PM
in another.