Forum Discussion

Coelijoeli's avatar
Coelijoeli
Advocate I
10 years ago
Solved

Calculate date difference

Hello Community,   I am looking for a way to find the difference between two dates.   I tried te following example: Date1 - Date2 This does not give me the difference... this gives me a weird da...
  • Anonymous's avatar
    Anonymous
    10 years ago

    Coelijoeli

    There was just a recent thread on this. Depending on what you need to do there are several solutions.

     

    Thread

     

    My quick solution:

    diff = 1.0*([Closed]-[TransactionDate])