FYI – You can also add Years, Months and Weeks if you want by adding their code:
Years = Y
Months = O
Weeks = W
Days = D
Hours = H
Minutes = M
Seconds = S
You can change it by editing the “format” in the jquery.countdown.js file (inside the JS folder).
Here’s what you’re looking for:
format: ‘dHMS”,
That stands for Day – Hours – Minutes – Seconds. To remove the seconds just remove that “S.”