powered by
Implement a countdown
flipdown( downto, id, theme = "dark", headings = c("Days", "Hours", "Minutes", "Seconds") )
the targeted date in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format
the id of the flipdown object
the theme of the flipdown object. Possible choices: 'dark', 'light', 'gdila', 'youkous', 'ifri', 'saida'. Defaults to 'dark'
a character vector specifying the heading related to each time part. Defaults to English headings: c("Days", "Hours", "Minutes", "Seconds")
a countdown object
# NOT RUN { flipdown(downto = "2020-11-16 20:20:20 UTC", id = "first", theme = "dark") # }
Run the code above in your browser using DataLab