I have two hh:mm strings, and I want to make comparisons between them.
I mean, I would want to add or subtract them, make operations. I have a string with the current time and another string that says, for example, "15:00". I want to know how many minutes there are between both strings, result that I can take by doing a subtraction. Is that possible?