I'm looking for a method to convert minutes into hours and minutes. I'm using the intl
package through DateFormat
but this requires both hours
and minutes
so it won't do.
If I have 100
minutes, I would like this to be converted to 01:40
. Thanks
d
toint
fromDuration
as I'm gettingOnly valid value is 0:1
– Dyandyana