Created
June 9, 2020 21:22
-
-
Save emoran/c137f33371cb2c925226ae5242254d64 to your computer and use it in GitHub Desktop.
Date Greater than today's date in Mulesoft MEL expression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#[new org.mule.el.datetime.DateTime(server.dateTime.format("yyyy-MM-dd"),"yyyy-MM-dd").isBefore(new org.mule.el.datetime.DateTime(payload.StartDate,"yyyy-MM-dd"))] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment