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

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

    Syntax:

         dToMDY( dDate ) -> cDate

         dDate : Date to evaluate.

    Description:

         Returns a string with month/day/year.

    Return:

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

    Example:

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

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