workdays - create string table with information about working days
This function uses the function "werktage". The result is a chart. Each column represents one year, the rows a showing the months of the year with the number of working days.
The chart contains a heading line and a final sum row, therefore S has always 14 rows.
// calculate the number of // working days for the year // 2005, ..., 2008 in Hessen (Germany) // Please wait a little bit... S=workdays(2005:2008); // End of example workdays