I'm currently working on a simple Time-Manager Application for Android Devices. My Problem: I am getting a time value (that looks like this -> 6:51) from a Server. Now I want to separate the hours and minutes and I want the value to be updated continuously.
I have already looked into joda-time but cannot find anything myself that would solve my problem, if there is a solution in joda-time at all.
Should I try extracting the digits and build my time-format out of them or is there a better and simpler solution? In case of you recommending me to extract the digits, how do I solve the problem with hours above 9.
Thanks for Help and sorry for bad english.