<< addtodate | Time functions | clock >> |
calendar() |
c = calendar() |
c = calendar(d) |
c = calendar(y, m) |
an integer value: a serial date number.
an integer value: 'year' desired [1400, 9999].
an integer value: 'month' desired [1, 12].
a 6x7 matrix.
calendar() returns the currently monthly calendar.
If no output arguments are specified,the calendar is displayed on the screen instead of returning a matrix 6x7.
calendar()
c = calendar(1973, 8)
c = calendar(datenum(1973, 8, 4))
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET