Show Real-Time Countdowns
SEAT NEEDED: Trial, Economy, Business, Cockpit
Show real-time countdown information on your Split-Flap TV to inform or motivate people. For example, a countdown to the New Year or a countdown to a product launch.
To show real-time countdown information on a Split-Flap TV use this shortcode below.
Syntax
#CDN#{Code}#{Date}#
For example: #CDN#A#20240101:0000#
will show you the number of days till the date specified. The date used in the calculation any date in the future in the YYYYMMDD:HHMM format.
The first part shows CDN as the instruction for a countdown calculation. A corresponds to the number of days.
The date portion is expressed as 4 digits for the year, followed by 2 digits for the month, and finally 2 digits for the days. For months and days, make sure to add a leading zero when the number is only one digit.
The time portion is expressed in 24 hours format. So use a value from 0000 till 2359 maximum.
Code parameter
Parameter | Meaning |
A | Number of days till the date specified. |
B | Number of hours till the date specified. |
C | Number of minutes till the date specified. |
D | Total number of hours till the date specified. |
E | Total number of minutes till the date specified. |