Greetings,
I am attempting to take a number that is currently in minutes and turn it
into a string that will list the hours followed by minutes.
Some more examples:
"30" into "0h 30m"
"155 into "2h 35m"
"180 into "3h 0m"
Is this possible? How can I do it? Thanks,
-Dave
I am attempting to take a number that is currently in minutes and turn it
into a string that will list the hours followed by minutes.
Some more examples:
"30" into "0h 30m"
"155 into "2h 35m"
"180 into "3h 0m"
Is this possible? How can I do it? Thanks,
-Dave
Comment