Hi,
It is a calculated value, I wouldn't store it, just recalculate as needed. You could return it as a field from your database as
Select mydate1, mydate2,TIMEDIFF(mydate1,m
ydate2) as diff from mytable
this will return your 2 dates and a timevalue called diff
http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_timediff