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
We have a fun problem with the summer months, where
July and August has 31 days each. This resulted in
the script returning "1 months ago" instead of 2.
The DateTime diff() was not incorrect though, as
it was only 1 month and 31 days ago, but for our
purpose, i have changed the script to round up from
1 to 2, when we are about 59days ago.
Handles jimmiw#95
0 commit comments