News

SQL Server stores smalldatetime values as two 2-byte integers. The first 2 bytes store the number of days after January 1, 1900. The other 2 bytes store the number of minutes since midnight.
I've been forced to take over a .asp report page that pulls data from MSSQL.The table I'm pulling data from has a field which is of the SQL datetime data type. I want to display this value as text ...