DateTimeLib.mdy returns a DATE value corresponding to integer values that represent the month, day, and year.
eglx.lang
static function mdy(monthValue EInt in, dayValue EInt in, yearValue EInt in) returns(EDate);
After the following code runs, the value of result is 1 February 2012.
result Date = DateTimeLib.mdy(2, 1, 2012);
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |