Scilab Function
Last update : 29/10/2005
date2day - Get weekday of a date
Calling Sequence
-
day = date2day(sdat)
Parameters
-
sdat
: row vector with at least 3 elements. The 1st three elements
are used. They are: [Year, Month, Day, ......]
-
day
: a string containing the weekday
Description
-
The function checks, if the date is valid. Switching Years are
considered.
Examples
date2day([2005,10,29])
See Also
calcdat
,
dday
,
Authors
-
Dr. Andreas Geissler geisslea@web.de