You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So considering the screenshot above, the widget should render 14 days (daysToMonth: 14):
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:
Thanks
The text was updated successfully, but these errors were encountered:
So considering the screenshot above, the widget should render 14 days (
daysToMonth: 14
):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:
Thanks
The text was updated successfully, but these errors were encountered: