Hello everyone,
I'd like to make a screen which simply shows todays date and system time, counting down to a certain, specified date.
Lets say i wanna count from June 1st to June 15th, displayed as simple text in days/hours/minutes/seconds. It's important to have it count down, as i want to show how many days/hours/minutes/seconds are left until this specific date.
Is that even possible with construct 3?
Now i get how a normal countdown works but i couldn't understand, how can i specify a certain date in a variable and then get the difference to the time right now (while the code is running), which i need in order to set the countdown.
If anyone can help me out, i would be extremly thankful.