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, Hours and Minutes to that date - that I can then plug into the page in the appropriate place. I tried jCountdown but while it is highly customisable I still haven't managed to get what I need. I'd like to
I can do it with php but I don't really want to combine php into a static html page that already has some jquery in there. Trying to keep things as simple as possible.
What I want is for the user to be able to specify a date in the backend code that will then give three separate readouts - the number of days, hours or minutes to that date. Not a total of each but say 3 days, 3 hours and 5 minutes.
I've taken a look at this
which again has a total number of each, whether it is days, hours, etc. and still gives it as one printout. Seems to be a consistent problem that I am finding.
Any guidance would be appreciated.