Why does getTime() return a String, when the String being returned is a global variable, and the return value is never used?
You should ditch the String class, and learn to use char arrays.
Why does getTime() return a String, when the String being returned is a global variable, and the return value is never used?
You should ditch the String class, and learn to use char arrays.