Day counter

August 9, 2004 by Carl Grint
You can use DateDif, to work it out dynamically. In ASP it would DATEDIFF(day, missingdate, Date()) missingdate needs defining, or you can simply use a column from your database, in which case it would be DATEDIFF(day, rsrecordset("column", Date())