Closed TheRealFakeAdmin closed 2 years ago
I found that Days in png.js
only go to 7 (today is the 7th). I'm working on a fix.
The distribution of Year, Month, Day written in 3 arrays.
Although more testing should be done in the future, I believe there never was an issue. This was an issue with the test script, not the production code.
Date.prototype.getDate()
is the correct way of returning the day, Date.prototype.getDay()
returns the day of the week.
Description
Issues
20