Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
calendar
Calendar
Syntax
c=calendar() c = calendar(y,m)
Description
c = calendar returns a list containing a calendar for the current month. The calendar runs Sunday to Saturday.
c = calendar(y,m), where y and m are integers, returns a calendar for the specified month of the specified year.
Examples
calendar() calendar(1973,8)
Report an issue | ||
<< Time and Date | Time and Date | clock >> |