how we can convert(duration) 01:30 in to minutes
we want to convert total duration 01:30 in to total minutes so how we can do please help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 27, 2014, 5:52 AM
Abhay ShankerPosted Mar 27, 2014, 5:33 AM
res=hour*60+minute
Try it yourself