Time Difference Between Two Datetime Fields

Hi,.
I have two Datetime Fields.,
Like Createdatetime, Updated Datetime
I want to calculate Time (HH:MM) difference between those two datetime fields…Is it possible

For Example
12/Jan/2008 10:55:00 ,13/Jan/2008 11:45:00

The Result Should be :23:53

How can i do this…?

Thanks in advance


Sasa :india: (BOB member since 2006-04-05)

The difference is actually 24:50:00 (there is a complete day between the two datetime’s unless I’m missing something)

I started with a datediff formula -

Then used a time conversion formula


Neinta (BOB member since 2008-05-22)