Difference between revisions of "Manuals/calci/CAL"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "cal")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
cal
+
<div style="font-size:30px">'''CAL (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)'''</div><br/>
 +
*<math>Month</math> is month number.
 +
*<math>Year</math> is year number.
 +
 
 +
==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()
 +
{| class="wikitable"
 +
|-
 +
! !!  !!  !!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)
 +
{| class="wikitable"
 +
|-
 +
! !!  !!  !!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
 +
|}
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=5pdcLTwkn5s|280|center|Calendar}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/DATE  | DATE ]]
 +
*[[Manuals/calci/DATEVALUE | DATEVALUE ]]
 +
 
 +
==References==
 +
[http://www.w3schools.com/php/php_ref_calendar.asp Calendar]
 +
 
 +
 
 +
 
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 15:50, 10 December 2018

CAL (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)


  • is month number.
  • is year number.

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

Related Videos

Calendar

See Also

References

Calendar