Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
eomday
Return last day of month
Calling Sequence
E = eomday(Y, M)
Description
E = eomday(Y, M) returns the last day of the year and month given by corresponding elements of arrays Y and M.
Examples
eomday(2006,3);
Authors
- P.M
<< datevec | Time and Date | etime >> |