Scilab 5.3.0
Please note that the recommended version of Scilab is 6.0.2. 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
Comments
Add a comment:
Please login to comment this page.