I desperately need some help here please. I need to write an alias that will return the difference in seconds between 2 times. That in itself is pretty simple, however, there is also the date to consider. For example:

If Time1 = 23:00:00 and Date1 = 13/09/2010 and Time2 = 00:01:00 and Date2 = 14/09/2010, then obviously the difference in times would be 3660 seconds. But I'm having problems if there's quite a difference between the times/date.

I'd like to be able to do something like:

Var %DifferenceResult $Difference(%Time1,%Date1,Time2,%Date5)
Msg $Nick Difference = $Duration(%DifferenceResult)

ANY help would be greatly appreciated smile