View
Migration
Guide
Guide
27 Days
<p id="test" style="font-size:30px;font-family:geogrotesque-rg; line-height:1.1; text-align:center; cursor:default"></p>
<script>
var countDownDate = new Date("Sep 20, 2021 18:00:00").getTime();
var x = setInterval(function() {
var now = new Date().getTime();
var distance = countDownDate - now;
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
if (days > 1) {
document.getElementById("test").innerHTML = days + " Days";
} else if (days == 1) {
document.getElementById("test").innerHTML = days + " Days";
} else if (distance > 0) {
document.getElementById("test").innerHTML = "1 Day"
} else if (distance < 0) {
clearInterval(x);
document.getElementById("test").innerHTML = "Delay";
}
}, 1000);
</script>
Use Code below to make an automatic countdown of days into each countdown slots.
On the left sidebar, click on "Insert", and then go to the </> Others tab to insert the code.
On the left sidebar, click on "Insert", and then go to the </> Others tab to insert the code.
- Change all "test" id to a unique different id for each countdown.
- Change the date of the countdown.
- After it's inserted, resize these it vertically and horizontally to 65 px
12.5 Minor
Release Timeline
Optional Migration
View
Testing Webinar
?
pre-release notes
Download
Download
RC
Test
Test
Beta
Test
Test
release notes
Download
Official
21 Feb
RC
24 Jan
Beta
27 Dec