Forum Moderators: coopster
I have a datetime field in a mysql database and i want to output how many days, hours and minutes are left between the current date and the future date.
So far i just convert the datettime to a timestamp like so: $start = strtotime($began);
Where $began is the current time, basically i just need to know how to convert a timestamp to days, hours ect If i was to minus the current timestamp from the future timestamp.
Any help would be greatly appreciated.
Thanks
btw, if you ever want to include months and years, i have a function for that on my website (see profile)