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] =>
You should access them like below. the associative index arrayItem contains an object which have some properties.
arrayItem
$array['arrayItem']->date; $array['arrayItem']->timezone_type;