Difference between revisions of "Manuals/calci/CAL"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''CAL( | + | <div style="font-size:30px">'''CAL (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)'''</div><br/> |
− | *<math> | + | *<math>Month</math> is month number. |
− | *<math> | + | *<math>Year</math> is year number. |
==Description== | ==Description== | ||
Line 34: | Line 34: | ||
! Sun !!Mon !! Tue !! Wed !! Thu !! Fri !! Sat | ! Sun !!Mon !! Tue !! Wed !! Thu !! Fri !! Sat | ||
|- | |- | ||
− | + | | || || || 1 || 2 ||3 ||4 | |
|- | |- | ||
|5 ||6 ||7 ||8 || 9 ||10 || 11 | |5 ||6 ||7 ||8 || 9 ||10 || 11 | ||
Line 44: | Line 44: | ||
|26 || 27 || 28 || 29 | |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 14: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
See Also
References