Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Time and Date > eomday

eomday

Return last day of month

Syntax

E = eomday(Y, M)

Arguments

Y

a vector/matrix containing integers values.

M

a vector/matrix containing integers values.

E

a vector/matrix containing integers values.

Description

E= eomday(Y, M) returns the last day of the year and month given by corresponding elements of matrices Y and M.

Y and M must have the same sizes.

Examples

eomday(2006,3);

See Also

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:39 CEST 2016