Difference between revisions of "Manuals/calci/CALENDER"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''CALENDER (Month,Year,EventsArray,RawOutputFlag,PackX,PackY)'''</div><br/> *<math>Month</math> is the name of the month. *<math> Year </math> is ...")
 
Line 20: Line 20:
 
|-
 
|-
 
|
 
|
| ||  ||  ||  ||  || 1 || 2
+
|   ||  ||  ||  || 1 || 2
 
|-
 
|-
 
| 3 || 4 || 5 || 6 || 7 || 8 || 9
 
| 3 || 4 || 5 || 6 || 7 || 8 || 9
 
|-
 
|-
| 10 || 11 || 12 || 13 || 14 || 16  
+
| 10 || 11 || 12 || 13 || 14 || 15 || 16  
 
|-
 
|-
 
| 17 || 18 || 19 || 20 || 21 || 22  || 23  
 
| 17 || 18 || 19 || 20 || 21 || 22  || 23  
Line 30: Line 30:
 
| 24 || 25 || 26 || 27 || 28 || 29 ||30
 
| 24 || 25 || 26 || 27 || 28 || 29 ||30
 
|}
 
|}
 +
 +
==See Also==
 +
 +
*[[Manuals/calci/DATEVALUE  | DATEVALUE ]]
 +
*[[Manuals/calci/DAYS360 | DAYS360 ]]
 +
 +
==References==
 +
[http://en.wikipedia.org/wiki/Calendar_date  DATE]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 16:37, 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

See Also

References

DATE