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
Looks like it's calculating total weeks. Is it possible to add Weeks left (taking away months) like you have done with %d - Days left (taking away weeks)? 👍
I've been using this code to calculate the weeks left. It uses the total number of days to complete the month and divides by 7, then strips out the decimal places.
It shows "01 months 06 weeks 03 days". It's not possible. It should be 2 months and 2 weeks. What's the problem here?
The text was updated successfully, but these errors were encountered: