Hi,
I have connected to my SQL database using SQLSRV driver when I try to display a Column that contains a DateTime value, the column is empty and any decimal value is shown with 2 extra 0's.
Is there something I have to do in order to display a column value of DateTime in an HTML table using PHP?
CuriousCoder