E = eomday(Y, M)
| Paramètre | Description |
|---|---|
| Y | année : réel. |
| M | mois : réel. |
| Paramètre | Description |
|---|---|
| E | dernier jour du mois : réel. |
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 | version initiale |