kdennis4 wrote:
> 11:57 (varchar)
For consistent and accurate results the values should be
stored date/time objects, not varchar. Then you could use date
functions calculate the difference in minutes, hours, etc.
Barring that, you could try converting the values to datetime
objects using CF's functions (see ParseDateTime, DateDiff)
function. You did not mention your database version. However, most
database's also have similar date functions that you could
use.