Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Time and Date > calendar

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)

See Also

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:39 CEST 2016