What I\'m trying to do seems like it should be simple but is proving tricky. I need a countdown script that uses a target date and gives me three separate figures - namely Days,
In the example you get seconds by subtracting the two time objects so lets start there:
totalseconds % 60, remainder of seconds totalseconds / 60, total minutes
totalseconds % 60
totalseconds / 60