Skip to content
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 showing wrong number of days #8

Open
luish opened this issue Dec 2, 2021 · 0 comments
Open

Countdown showing wrong number of days #8

luish opened this issue Dec 2, 2021 · 0 comments

Comments

@luish
Copy link

luish commented Dec 2, 2021

Screen Shot 2021-11-04 at 21 35 58

So considering the screenshot above, the widget should render 14 days (daysToMonth: 14):

Screen Shot 2021-11-04 at 22 47 31

The issue is that the widget is rendering the date as %d - in that case it should use %n instead (because it's not showing the # of weeks), as the jquery.countdown.js plugin works (see reference).

When displaying the weeks it works as expected:

Screen Shot 2021-11-04 at 22 47 02

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant