E = eomday(Y, M)
| Parameter | Description |
|---|---|
| Y | year: real. |
| M | month: real. |
| Parameter | Description |
|---|---|
| E | last day of month: real. |
E = eomday(Y, M) returns the last day of the month M for the year Y.
eomday(1900, 1:12)
| Version | Description |
|---|---|
| 1.0.0 | initial version |