Manuals/calci/ISMONTH

From ZCubes Wiki
Revision as of 01:55, 9 May 2017 by Swapna (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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