Forum Discussion
singhswat
10 years agoFrequent Visitor
Date Comparison
Hi This might sound silly but I'm not able to get around this problem. = If (StartDate > Today()) then "Hello" Else "Bye" Now() / Today () function just doesn't work Thanks for the...
- 10 years ago
Try with this
if [Calendar] > DateTime.Date(DateTime.LocalNow()) then "Hello" else "Bye" )
Vvelarde
10 years agoCommunity Champion