SOLVED

How can I know the number of days between two dates?

Occasional Contributor

How can I know the number of days between two dates?

2 Replies
best response confirmed by IrfanLatif (Occasional Contributor)
Solution

@IrfanLatif you can create a calculated column and use the formula =[<EndDate>]-[<StartDate>]