Difference between revisions of "Manuals/calci/MONTH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
*The result of the function is an integer 1 to 12(January to December).
 
*The result of the function is an integer 1 to 12(January to December).
  
==ZOS Section==
+
==ZOS==
 
*The syntax is to find the month of the given serial number in ZOS is <math>MONTH(value)</math>.
 
*The syntax is to find the month of the given serial number in ZOS is <math>MONTH(value)</math>.
 
**<math>value</math> is the serial number of the month.
 
**<math>value</math> is the serial number of the month.

Revision as of 11:57, 3 June 2015

MONTH(value)


  • is the serial number of the month.

Description

  • This function gives the month of a given date represented by a serial number.
  • In , is the serial number of the month or we can give the date value in DATE function format.
  • MONTH("2/1/1997") for 2nd month.
  • The result of the function is an integer 1 to 12(January to December).

ZOS

  • The syntax is to find the month of the given serial number in ZOS is .
    • is the serial number of the month.
  • For e.g.,MONTH(54178),MONTH(4000),MONTH("10/4/2014")

Examples

  1. =MONTH(32786) = 10
  2. =MONTH(74562) = 2
  3. =MONTH("9/1/1999") = 9
  4. =MONTH("20-may-2004") = 5

See Also

References