-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Countdown Component #1632
Comments
use date format |
I am already using it like that or did i get you wrong? @olton |
Thank you. It's strange. This bug appears for any month on the 19th :0 |
not 19th of the month actually.
These are appears as:
and so on |
Thanks, bug confirmed in a draw function. |
Fixed in 4.4.0, Please check it... |
Done! Thanks @olton |
Hello,
I was testing countdown component and i found out that some values are printing wrong.
Example:
Date is 9/19/2020 6:57pm right now.

My code is:
<span data-role="countdown" data-date="11/19/2020 00:00:00" id="countdownItems" class="countdownItems">
Output is:
It should be
60 Days
05 Hours
01 Mins
06 Secs
If i change my code to:

<span data-role="countdown" data-date="11/20/2020 00:00:00" id="countdownItems" class="countdownItems">
Output is:
and this is correct.
I want to learn if i do anything wrong in my code but i don't think so. Is that a bug? I am looking forward for your answer.
Thanks.
Regards.
The text was updated successfully, but these errors were encountered: