
05-01-2005, 07:48 AM
|
|
Registered User
|
 |
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
|
|
|
seconds = (timevar*5)%60;
minutes = int((timevar*5)/60)%60;
hours = int((timevar*5)/(60*60))%24;
days = int((timevar*5)/(60*60*24));
I believe? I'm not sure. I did this pretty fast. |
__________________
In a world of change... Who'll you believe?
|
|
|
|