[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FUNCTION DTOW()

  Short:
  ------
  DTOW() Converts date to words

  Returns:
  --------
  <cDateWords> => date as words

  Syntax:
  -------
  DTOW(dTarget)

  Description:
  ------------
  Returns date in <dTarget> as words

  Examples:
  ---------
   dDate     := ctod("10/15/89")
   cWdate     := DTOW(dDate)
   // returns "October 15, 1989"

  Source:
  -------
  S_DTOW.PRG


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson