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>dtow() - convert dates to words, format month day, year</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     dtow() - convert dates to words, format month day, year
  Usage:    <string> = dtow(<date>)
  Params:   a date type variable
  Returns:  a string equal to the date specified by the parameter
            in format Month day, year.

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

                 ? dtow(ctod("08/19/59"))
                 * prints "August 19, 1959"

                 ? dtow(ctod("01/01/80"))
                 * prints "January 1, 1980


See Also: lastday() num2day() num2month() isleap() islastday()

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