12/30/1899 ASP Date from SQL
Hello all,
I am currently working on an ASP application that pulls a date field of smallDateTime type from an MSSQL database. In SQL, the date appears correctly, but when I use a recordset in ASP to access the date and display it, I keep getting 12/30/1899. Does anyone have any ideas as to why this is happening and what I can do to correct this? Thanks! :)
|