Format Date and Time using sprintf?

Something like this:

char str[12];
sprintf( str, "%s/%s %s:%s", Day, Month, Hour, Min );
Serial.print( str );

But as PaulS said, it won't be more efficient at all :slight_smile: