Awsome, got it to work. Here is my final statement:
$result = mysql_query("SELECT Application, Description, Contact, Scope, Technical_Contact, Architect, egate_alias,
DATE_FORMAT(In_Service, '%w/%m/%Y') as In_Service, DATE_FORMAT(Out_of_Service, '%w/%m/%Y') as Out_of_Service
FROM application_data_table ORDER BY 'Application' asc");
Key thing to note: Date_Format(...) as VARIABLE is really slick 🙂