Difference between revisions of "Manuals/calci/CAL"

From ZCubes Wiki
Jump to navigation Jump to search
Line 44: Line 44:
 
|26 || 27 || 28 || 29  
 
|26 || 27 || 28 || 29  
 
|}
 
|}
 +
 +
==See Also==
 +
*[[Manuals/calci/DATE  | DATE ]]
 +
*[[Manuals/calci/DATEVALUE | DATEVALUE ]]
 +
 +
==References==
 +
[http://www.w3schools.com/php/php_ref_calendar.asp Calendar]

Revision as of 19:03, 21 December 2016

CAL(mm,yy)


  • is month.
  • is year.

Description

  • This function shows the Calendar of the current month.
  • CAL() will show the current month of the year.
  • Also calendar of the specified month also we can get by giving the particular month and year.
  • For example CAL(9,2010) will show the September month for the year 2010.

Examples

1.CAL()

Dec
Sun Mon Tue Wed Thu Fri Sat
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

2.CAL(2,2012)

Feb
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29

See Also

References

Calendar