Viewing 3 replies - 1 through 3 (of 3 total)
  • Do not use the date picker. You have to type the date in mm/dd/yyyy format. That was my experience, anyway…

    It helped me change the separator to a dot.

    functions.yith-tcountdown.php

    function yith_countdown_unixstamp( $date ) {
            list( $mm, $dd, $yy ) = !empty( $date['date'] ) ? explode( '.', $date['date'] ) : array( 0, 0, 0 );
    Thread Starter cstandl

    (@cstandl)

    Hello! Thanks for your help, it works fine now, also translated in German. (hours, minutes, seconds)

    Great plugin, exactly what we need.

    Best regards,
    Christoph

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Countdown doesn’t start’ is closed to new replies.