I\'m trying to grab the date from my database in a standard timestamp and display it as ISO 8601. I\'m unable to easily do it in PHP so I\'m trying to do it in my SELECT st
Why is it hard to do it in PHP?
date("Y-m-d\TH:i:sO",strtotime($sqldata['time']));
Anyway, that DATE_FORMAT needs to be in the fields to select, not tacked on to the end.
DATE_FORMAT