well for those that might want to know how to do this.
for date its ""GPS Date: %d-%02d-%02d", gpsDateD, gpsDateM, gpsDateY + 2000
for time its "GPS Time: %02d:%02d:%02d", gpsTimeH, gpsTimeM, gpsTimeS
for speed in mph its "GPS Speed (mph) = %0.1f", gpsSpeed * 0.621
might save someone else the time one day.
scott