Support

Account

Home Forums Front-end Issues Countdown timer with dynamic date Reply To: Countdown timer with dynamic date

  • Ar you returning a date value that will work with this function in the same format?

    
    var countDownDate = new Date("Jan 29, 2021 09:00").getTime();
    

    A date field will only return a date, no time. You would need to use a date time field or set this manually in the code.