Difference between revisions of "Manuals/calci/CALENDER"

From ZCubes Wiki
Jump to navigation Jump to search
Line 29: Line 29:
 
|-
 
|-
 
| 24 || 25 || 26 || 27 || 28 || 29 ||30
 
| 24 || 25 || 26 || 27 || 28 || 29 ||30
 +
|}
 +
2. CALENDER(2,2035)
 +
{| 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
 
|}
 
|}
  

Revision as of 16:40, 9 August 2017

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


  • is the name of the month.
  • is any year.

Description

  • This function shows Calender 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.
  • Calender 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. CALENDER(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. CALENDER(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

See Also

References

DATE