Difference between revisions of "Manuals/calci/CALENDER"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div style="font-size:30px">''' | + | <div style="font-size:30px">'''CALENDAR (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)'''</div><br/> |
*<math>Month</math> is the name of the month. | *<math>Month</math> is the name of the month. | ||
*<math> Year </math> is any year. | *<math> Year </math> is any year. | ||
==Description== | ==Description== | ||
− | *This function shows | + | *This function shows Calendar for the given month and year. |
− | *In <math> | + | *In <math>CALENDAR (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)</math>,<math>Month</math>is the month of the year which varies from 1 to 12. |
*<math>Year</math> is the number of the year. | *<math>Year</math> is the number of the year. | ||
*<math>EventsArray</math> is the array of events. | *<math>EventsArray</math> is the array of events. | ||
− | * | + | *Calendar is a chart or series of pages showing the days, weeks, and months of a particular year, or giving particular seasonal information. |
*So this function shows date series of the given month and year. | *So this function shows date series of the given month and year. | ||
==Example== | ==Example== | ||
− | # | + | #CALENDAR(9,2017) |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 30: | Line 30: | ||
| 24 || 25 || 26 || 27 || 28 || 29 ||30 | | 24 || 25 || 26 || 27 || 28 || 29 ||30 | ||
|} | |} | ||
− | 2. | + | 2. CALENDAR(2,2035) |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- |
Latest revision as of 04:05, 27 April 2022
CALENDAR (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)
- is the name of the month.
- is any year.
Description
- This function shows Calendar for the given month and year.
- In ,is the month of the year which varies from 1 to 12.
- is the number of the year.
- is the array of events.
- Calendar is a chart or series of pages showing the days, weeks, and months of a particular year, or giving particular seasonal information.
- So this function shows date series of the given month and year.
Example
- CALENDAR(9,2017)
Sep | ||||||
---|---|---|---|---|---|---|
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 |
2. CALENDAR(2,2035)
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 |
Related Videos
See Also
References