Does anybody know, how to set date-time format for mssql_* functions? For example, after retrieving data by function mssql_fetch_row, the value returned was "22 XII 1975 0:00 " (which is midnight of 22nd December 1975) As you see, value "XII" (for month) is really unusable where to set that date format? with odbc functions it returns "1975-12-22 00:00:00.000", wha is really clear 5o -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php