The dateTimeLib.mdy() system function returns a DATE value derived from three integers that represent the month, day of the month, and year of a calendar date. EGL throws a RuntimeException if you specify values outside the range of valid days and months.
dateTimeLib.mdy(
month INT? in,
day INT? in,
year INT? in)
returns (result DATE?)