0
Number of days between 2 days of appointment
Hi
I have the function date(start(appointment)) but I don’t have the function date(end(appointment))! How can I calculate number of days between 2 appointments date? I don’t want to use the function day(date1,date2).
thank you
8 replies
-
I'm not sure I understand it correctly and you can try it
-
Thank you but it concerns directly the field "Appointment " !
-
Hi, For the second day, you will need:
date(endof('Appointment') )
-
I find it:
days(date(start(Date)), date(endof(Date)))
Thank you
Content aside
- Status Answered
- 3 mths agoLast active
- 8Replies
- 34Views
-
3
Following