-1
I am receiving a timestamp value from a request, and would like to store this value in my bank, however I want the column to interpret it correctly.
The value is 1416178487.
And using the function date('d/m/y',1416178487);
of PHP, it returns the date: 16/11/2014.
I wonder if there is a configuration for the table to receive the value like this: 1416178487 and show it like this: 16/11/2014.
Sorry for the mistake. Already adjusted. Thank you.
– Tiago Amaral
Blz, I’m gonna run some INSERT tests on the bank.
– Tiago Amaral
take a peek at the comment from Patrick, which explains how to use the
FROM_UNIXTIME
in Insert.– Bacco