I\'m grabbing some information from a database and the record is in an MSSQL DateTime format, when I return it, it shows in my array as follows:
[arrayItem] =>
echo $array['arrayItem']->format('Y-m-d H:i:s');