eomday
Returns last day of month.
Syntax
E = eomday(Y, M)
Input argument
Y - year: real.
M - month: real.
Output argument
E - last day of month: real.
Description
E = eomday(Y, M) returns the last day of the month M for the year Y.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated