Display Unix Timestamp as Date and Time in MS Access! Please Help! (1 Viewer)

R

ready29003

Guest
Hi, I am using Access to connect to a MySQL database. The database has entries of the format: 1091492019 which somehow represents a date and time stamp in Unix. MS Access sees this as a number. I need to see it in MS Access as a date. How can I get MS Access to do this?

I think the correct description of this is: Getting MS Access to recognize a Unix Timestamp.

Anyone help????

Please?

Matt
 

WayneRyan

AWF VIP
Local time
Today, 10:40
Joined
Nov 19, 2002
Messages
7,122
Matt,

I think this is it:

DateAdd("s", UnixTimeStamp, "1/1/1970")

Wayne
 
R

ready29003

Guest
This worked for me:
([date]/86400)+#1/1/1970#
 

Users who are viewing this thread

Top Bottom