0
Converting hours in minutes
How I can do it?
4 Respostas
+ 3
Ah, so you want to convert minutes to hours:minutes format. I suggest you read this, there's a simple & straightforward solution in it:
http://stackoverflow.com/questions/5387371/how-to-convert-minutes-to-hours-and-minutes-hhmm-in-java
+ 1
1h = 60 minutes. You do the math.
+ 1
thanks)
0
I can date() in 12:12 format, and I want convert this string in int like "732" minutes.