eomday

Returns last day of month.

📝 Syntaxe

  • E = eomday(Y, M)

📥 Argument d'entrée

  • Y - année : réel.

  • M - mois : réel.

📤 Argument de sortie

  • E - dernier jour du mois : réel.

📄 Description

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

💡 Exemple

eomday(1900, 1:12)

🔗 Voir aussi

datenum, weekday.

🕔 Historique

Version
📄 Description

1.0.0

version initiale

Last updated

Was this helpful?