fbusdate automatically includes holidays?
Ältere Kommentare anzeigen
>> tempdate = fbusdate(2012, 01); datestr(tempdate)
ans =
03-Jan-2012
and similarly
>> tempdate = fbusdate(2010, 01, []); datestr(tempdate)
ans =
04-Jan-2010
which suggests the first day of the year is being counted as a holiday. I was under the impression you had to specify holidays using the 'Holiday' parameter? Is there some default list of holidays which are accounted for and then other holidays which need to be manually accounted for?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Holidays / Seasons finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!