eomday
Returns last day of month.
📝Syntax
E = eomday(Y, M)
📥Input Arguments
Parameter Description
Y year: real.
M month: real.
📤Output Arguments
Parameter Description
E last day of month: real.
📄Description

E = eomday(Y, M) returns the last day of the month M for the year Y.

💡Examples
eomday(1900, 1:12)
🔗See Also
datenumweekday
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub