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?
IrfanLatif you can create a calculated column and use the formula =[<EndDate>]-[<StartDate>]
2 Replies
- CorbittOCopper Contributor
IrfanLatif you can create a calculated column and use the formula =[<EndDate>]-[<StartDate>]
- IrfanLatifCopper ContributorThanks