Forum Discussion
IrfanLatif
Nov 02, 2022Copper Contributor
How can I know the number of days between two dates?
 How can I know the number of days between two dates? 
- Nov 02, 2022IrfanLatif you can create a calculated column and use the formula =[<EndDate>]-[<StartDate>] 
CorbittO
Nov 02, 2022Copper Contributor
IrfanLatif you can create a calculated column and use the formula =[<EndDate>]-[<StartDate>]
- IrfanLatifNov 02, 2022Copper ContributorThanks