In my SQL Server database I have a time field stored as time(7). I have been trying to print this in PHP using echo but I wouldn't work, so I used this code
"ReturnDatesAsStrings" =>1
and it returned
08:35:00.0000000
And for the past hour I've been trying to format it into 08:35am using the date() function but have had no luck. Any clues?