Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>dtodmy()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    dToDMY()

         Converts data type Date to String Day/Month/Year.

    Syntax:

         cToDMA( dDate ) -> cDate

         dDate : Date to evaluate.

    Description:

         Returns a string with day/month/year that depends of the
         stablised _SET_DATE.

    Return:

         The date in String format DD/MM/AA o DD/MM/AAAA.

    Example:

         ? cToDMA ( Date() )  // 31/01/1993

See Also: cGetMonth() dAddMonth() lLeap()

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