I'm having a hard time computing the hours(in decimal) between two different dates (datatype for both is datetime) because the maximum allowed for time is 23:59. for example,
time in : 12/10/2007 22:00
timeout : 12/11/2007 06:30
this should output 8.30 hours
thanks.
