dayjs / dayjs-website

⏰Day.js website repo
http://day.js.org/
MIT License
65 stars 228 forks source link

Fix calendar method reference which was causing issues with different input types #131

Open GetNameSniped opened 3 weeks ago

GetNameSniped commented 3 weeks ago

This reference to the calendar function causes issues in many cases. If you feed the function an epoch date (ms), it would spit out the calendar date of the current time.

This simple change fixes that issue.

Lmk if i did anything wrong. :)