Difference between revisions of "Manuals/calci/ISMONTH"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''ISMONTH(String)'''</div><br/> *<math>String</math> is the three letter abbreviation for month. ==Description== *This function checks whether t...")
 
(No difference)

Latest revision as of 01:55, 9 May 2017

ISMONTH(String)


  • is the three letter abbreviation for month.


Description

  • This function checks whether the entered string indicates a month or not.
  • should be a three letter abbreviation indicating a month.
  • Result is "true" if the string matches the name of month. Else returns the output as "false".
  • For argument other than string, Calci gives an error message.


Examples

  1. =ISMONTH("JAN") = true
  2. =ISMONTH("SEP") = true
  3. =ISMONTH(10) = Error
  4. =ISMONTH("MARCH") = Error


Related Videos

MONTH

See Also

References