Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>num2month() - convert number to corresponding month</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     num2month() - convert number to corresponding month
  Usage:    <string> = num2month(<number>)
  Params:   an integer in the range of 1 to 12
  Returns:  a string equal to the month name specified by
            the number passed where 1 = January and 12 = December.

 ---------------------------------- Example ---------------------------------

                 ? num2month(6)
                 * prints "June"


See Also: num2day() islastday() dtow() lastday()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson