Manuals/calci/ISMONTH

Revision as of 00: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)
ISMONTH(String)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle String} is the three letter abbreviation for month.


Description

  • This function checks whether the entered string indicates a month or not.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle String} 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