This commit is contained in:
parent
3b625c9178
commit
85835a2323
1 changed files with 8 additions and 8 deletions
|
|
@ -105,13 +105,13 @@
|
||||||
[]{id="c0re-appstoreCountup"} ago!
|
[]{id="c0re-appstoreCountup"} ago!
|
||||||
</djot>
|
</djot>
|
||||||
<script>
|
<script>
|
||||||
|
// Update the count down every 1 second
|
||||||
|
var x = setInterval(countup, 1000);
|
||||||
|
function countup() {
|
||||||
// Code from https://www.w3schools.com/howto/howto_js_countdown.asp
|
// Code from https://www.w3schools.com/howto/howto_js_countdown.asp
|
||||||
// Set the date we're counting down to
|
// Set the date we're counting down to
|
||||||
var countDownDate = new Date("March 7, 2025").getTime();
|
var countDownDate = new Date("March 7, 2025").getTime();
|
||||||
|
|
||||||
// Update the count down every 1 second
|
|
||||||
var x = setInterval(countup, 1000);
|
|
||||||
function countup() {
|
|
||||||
// Get today's date and time
|
// Get today's date and time
|
||||||
var now = new Date().getTime();
|
var now = new Date().getTime();
|
||||||
|
|
||||||
|
|
@ -135,13 +135,13 @@
|
||||||
}
|
}
|
||||||
countup();
|
countup();
|
||||||
|
|
||||||
|
// Update the count down every 1 second
|
||||||
|
var x = setInterval(appstoreCountup, 1000);
|
||||||
|
function appstoreCountup() {
|
||||||
// Code from https://www.w3schools.com/howto/howto_js_countdown.asp
|
// Code from https://www.w3schools.com/howto/howto_js_countdown.asp
|
||||||
// Set the date we're counting down to
|
// Set the date we're counting down to
|
||||||
var countDownDate = new Date("December 9, 2025").getTime();
|
var countDownDate = new Date("December 9, 2025").getTime();
|
||||||
|
|
||||||
// Update the count down every 1 second
|
|
||||||
var x = setInterval(appstoreCountup, 1000);
|
|
||||||
function appstoreCountup() {
|
|
||||||
// Get today's date and time
|
// Get today's date and time
|
||||||
var now = new Date().getTime();
|
var now = new Date().getTime();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue