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