Forum Discussion

singhswat's avatar
singhswat
Frequent Visitor
10 years ago
Solved

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...
  • Vvelarde's avatar
    Vvelarde
    10 years ago

    Try with this

     

    if [Calendar] > DateTime.Date(DateTime.LocalNow()) then "Hello" else "Bye" )