Get display hours time.
static String getDisplayTimeHours(int mSec) { return getRawHours(mSec).toString().padLeft(2, '0'); }