dayjs-website
dayjs-website copied to clipboard
Fix calendar method reference which was causing issues with different input types
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. :)