Forum Discussion
ALI1265
1 year agoRegular Visitor
Date difference calculation using if and today functions when end date is unknown
I'm trying to calculate difference between start and end date. For cases where the end date is blank I want to use the TODAY() function to calculate the number of days between the start date and toda...
- 1 year ago
use DateTime.LocalNow() insted of today()!
If this post helps, then I would appreciate a thumbs up and mark it as the solution to help the other members find it more quickly.
Selva-Salimi
1 year agoSolution Sage
use DateTime.LocalNow() insted of today()!
If this post helps, then I would appreciate a thumbs up and mark it as the solution to help the other members find it more quickly.