String and Array Confusion.

ints can only stored a single discrete integer value that is 16bits in size.
What you want is a string displaying the time in a specific format. sprintf() will allow you to generate a specifically formatted string containing the values you want. Google it for details on it's usage. fyi, it returns a char array (ie c style string).