Displaying Alarm Times from other functions

It sounds like you want everything to happen in the Trial() function. You can do that if you really must, but it will mean putting the code currently in the showAlarmTime() in the function 3 times along with the code from digitalClockDisplay() 3 times. Do you really want to do that, and if so, why ?