[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LongDate()
 Convert a date expression into words.
-------------------------------------------------------------------------------

 Syntax:

     LongDate( <dDate>[, <lFrench>] ) --> <cLongDateExpression>

 Arguments:

     <dDate> is a valid date expression.

     <lFrench> is an optional logical indicating if the return result is to
     be in French.

 Returns:

     LongDate() returns a character string of the supplied date in the form
     of: "CDOW(), CMONTH() DOW(), YEAR()" if it is English (default) or
     "CFDow() le DOW() CFMonth() YEAR()"

 Example:

     LOCAL dDate := CTOD( "02/14/1993" ) // Valentines day '93
     ? LongDate( dDate )      ==> Sunday, February 14, 1993
     ? LongDate( dDate, .T. ) ==> dimanche, le 14 f.vrier 1993


 Files:  Library is CUACLIP.LIB.

See Also: CFDow() CFMonth()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson