Here's the simple JavaScript countdown/count-up widget code (copy and paste to your Web page):
<script language="JavaScript"> TargetDate = "2034-01-31T05:00:00"; BackColor = "palegreen"; ForeColor = "navy"; CountActive = true; CountStepper = -1; LeadingZero = true; DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds."; FinishMessage = "It is finally here!"; </script> <script language="JavaScript" src="https://rhashemian.github.io/js/countdown.js"></script>
View/Add comments |