Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>return a text string of a date</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Return a text string of a date
------------------------------------------------------------------------------

 Syntax

        GT_TextDate([<dDate>]) => cLongDate

 Arguments:

      <dDate> is the date to be used.

 Returns:

      "WeekDay the NNth of Month, Year" as a string

 Description:

      To return a text string giving the date in long
      hand for the date passed as the parameter.

 Examples:

      cLongDate := GT_TextDate(DATE())

      // "Thursday the 4th of February 1993"

 Source: GT_TEXTD.PRG

 Author:  Martin Bryant

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