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
The "Days" section of the counter is not changing since yesterday. I've used %n to calculate the Days left until the next complete month, but it has been showing a static number since yesterday. https://codepen.io/RichuEn/pen/rNKJzMo
I had this same issue. It was always for me happening when the days left should show 8 or more days. I replaced the %d variable for %D and now it works fine.
The "Days" section of the counter is not changing since yesterday. I've used %n to calculate the Days left until the next complete month, but it has been showing a static number since yesterday.
https://codepen.io/RichuEn/pen/rNKJzMo
I'm comparing it to this website to check whether it works correctly.
https://www.thecalculatorsite.com/time/date-calculator.php
The text was updated successfully, but these errors were encountered: