Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
manoj217
Creator III
Creator III

find date is greater than or not without set analysis

if(paymentDate >= date($(SelectDateFrom),'MM-DD-YYYY'), True, False)

PaymentDate=15-06-2017

SelctedDateFrom=01-06-2017

But output is showing false please suggest the correct syntax to get the exact output

11 Replies
avkeep01
Partner - Specialist
Partner - Specialist

Did you check if all the fields and have the correct names? So can you attach an example? I'll attach mine.

manoj217
Creator III
Creator III
Author

if(date(06-15-2017,'MM-DD-YYYY')>= date($(06-01-2017),'MM-DD-YYYY'), True, False)

check like this willl get the same