Date Difference In Expression Builder
Content
We need to do date difference in EL Expression. Scenario: If the difference between sysdate and start date < 90 days then we should hide a button else the button should be made visible.
We were able to write sysdate < start date and vice versa however subtracting the start date from sysdate is throwing syntax error.
We also referred the note: How To Do Date Difference In Expression Builder In Page Composer. (Doc ID 2499834.1)
But the reference link provided in the documentation is not directing to the right one.