Skip to content

Instantly share code, notes, and snippets.

@emoran
Created June 9, 2020 21:22
Show Gist options
  • Save emoran/c137f33371cb2c925226ae5242254d64 to your computer and use it in GitHub Desktop.
Save emoran/c137f33371cb2c925226ae5242254d64 to your computer and use it in GitHub Desktop.
Date Greater than today's date in Mulesoft MEL expression
#[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