Mark Whitmore Posted March 16, 2021 at 12:10 AM Share Posted March 16, 2021 at 12:10 AM Hello guys, I'm looking to convert a unix timestamp into a readable date. Here is working code I'm using to do the same thing from an api date_default_timezone_set("Europe/London"); echo "Match played on "; echo date("d F Y G:i", $match['date_unix']); I need to do the same thing to a custom field using PHP Output Format. I've tried echo gmdate("d F Y", $output); and other variations but so far I'm having no luck. Link to comment
Alejandro Posted March 16, 2021 at 02:22 PM Share Posted March 16, 2021 at 02:22 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts