My timestamp in MySQL is 1571591400 and I want to get the date from this timestamp. I have tried a number of things but but nothing has worked.
"SELECT * FROM fixture_fixture WHERE from_unixtime(event_timestamp, '%Y-%m-%d') = '$date'";
My timestamp in MySQL is 1571591400 and I want to get the date from this timestamp. I have tried a number of things but but nothing has worked.
"SELECT * FROM fixture_fixture WHERE from_unixtime(event_timestamp, '%Y-%m-%d') = '$date'";