new str[69],Year, Month, Day;getdate(Year, Month, Day);format(str,sizeof str,"%02d/%02d/%d", Day, Month, Year);