I have this kind of input file
Mo 13:30 16
Mo 8:15 35
Tu 7:50 20
We 17:45 30
Th 8:00 45
Su 23:50 30
13:30 is the time. Now I want to separate this string into 13 and 30, and then convert 13 into int hour, and 30 into int minute. Is there a nice way to do this?