Difference between revisions of "Manuals/calci/CALENDER"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<div style="font-size:30px">'''CALENDER (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)'''</div><br/>
+
<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 Calender for the given month and year.
+
*This function shows Calendar for the given month and year.
*In <math>CALENDER (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)</math>,<math>Month</math>is the month of the year which varies from 1 to 12.
+
*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.
*Calender is a chart or series of pages showing the days, weeks, and months of a particular year, or giving particular seasonal information.
+
*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==
#CALENDER(9,2017)
+
#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. CALENDER(2,2035)
+
2. CALENDAR(2,2035)
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-

Latest revision as of 05: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

  1. 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

Calender


See Also

References

DATE