My SQL Server database table has a time(7) field. I can access this table from an ASP script using the usual ADODB.Recordset methods. I want to then compare the time retrieved to the current time. I'm guessing this'll need a JavaScript Date object, since that's the language this version of ASP is using. Problem is, I'm having trouble finding a way to compare the ADO Field object to a JS Date. fiel