Skip to content

Invalid count if endTime is in past #42

@TheRulisp

Description

@TheRulisp

If I have a date that is in the past, I have this(53 days, 8 hours, 39 minutes...)
screen shot 2016-02-12 at 15 20 47

$("#time_countdown").countdown(
                        {
                            image: "/img/digits.png",
                            format: "dd:hh:mm:ss",                          
                            //endTime: new Date("<?=$date->format("D M j Y H:i:s")." GMT".$date->format("O");?>")
                            endTime: new Date("Mon Feb 1 2016 00:00:00 GMT+0800")
                        });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions