dayjs-website icon indicating copy to clipboard operation
dayjs-website copied to clipboard

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

Open GetNameSniped opened this issue 1 year ago • 0 comments

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. :)

GetNameSniped avatar Sep 03 '24 19:09 GetNameSniped