How would I convert seconds to minutes so I can display it like this XX:XX.
For example: I have 450 seconds. It turns out to be 7:30 minutes. It reports as 7.5
What I am doing is during run time or a report, geting the left character of the string, then geting the right 2 characters, multiply .5 * 60 and get that and putting the two together with a ":" in between them to display 7:30. Is there a better way? "The greatest risk, is not taking one."
For example: I have 450 seconds. It turns out to be 7:30 minutes. It reports as 7.5
What I am doing is during run time or a report, geting the left character of the string, then geting the right 2 characters, multiply .5 * 60 and get that and putting the two together with a ":" in between them to display 7:30. Is there a better way? "The greatest risk, is not taking one."