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

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

    Syntax:

         dToDMY( dDate ) -> cDate

         dDate : Date to evaluate.

    Description:

         Returns a string with day/month/year.

    Return:

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

    Example:

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

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