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>num2day() - convert number to it's corresponding day</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     num2day() - convert number to it's corresponding day
  Usage:    <string> = num2day(<number>)
  Params:   an integer in the range of 1 to 7
  Returns:  a string equal to the day of the week specified by
            the number passed. Based on a 7 day week starting
            on Sunday and ending on Saturday.

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

                 ? num2day(6)
                 * prints "Friday"


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

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