Difference between revisions of "Manuals/calci/MONTHSTRING"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MONTHSTRING (String) '''</div><br/> *<math>String</math> is any month name. ==Description== *This function converts the month string value in t...")
 
 
Line 13: Line 13:
 
# MONTHSTRING("September") = September
 
# MONTHSTRING("September") = September
 
# MONTHSTRING("august") = august
 
# MONTHSTRING("august") = august
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=y8o00QVUymM|280|center|Months}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:56, 15 February 2019

MONTHSTRING (String)


  • is any month name.

Description

  • This function converts the month string value in to month value.
  • In , is any month name.
  • A string is traditionally a sequence of characters, either as a literal constant or as some kind of variable.
  • Here the string value is converted in to the month name.
  • The string value should be given in ""(Double quotes).

Examples

  1. MONTHSTRING("MAY") = MAY
  2. MONTHSTRING("September") = September
  3. MONTHSTRING("august") = august

Related Videos

Months

See Also

References