| << datevec | Time functions | etime >> |
| E = eomday(Y, M) |
year: real.
month: real.
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 |
Allan CORNET