Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
My date format in the database is something like 1,465,246,600. What date format is this? How could I convert it into normal date format?
Thanks!
That looks like a unix timestamp
Timestamp( Timestamp('1970-01-01 00:00:00.000') + 1465246600 /60/60/24)