I would like to convert minutes into hours and minutes with classic asp
Example:
90
would
1 hour and 30 minutes
How would I do this in classic ASP
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Like this?
Note that this will return output like:
If that isn’t desired behaviour, you should state what should happen when you pass in differing (smaller) amounts of time.
Passing in
90will return what you asked for: