I want to split the time into individual digits.
For Eg. We usually look at time in HH: MM: SS
I want to break it down and access both the H, M, and S separately. Like HH should be accessible as H1 [the first digit] and H2 [the second digit] and so on for minutes and seconds.
Please note I am looking for real-time values of the broken variables.