Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Fix getRandomSeedBasedOnDate. #3

Merged
merged 1 commit into from
May 30, 2020
Merged

Fix getRandomSeedBasedOnDate. #3

merged 1 commit into from
May 30, 2020

Conversation

HenryzhaoH
Copy link
Contributor

No description provided.

@HenryzhaoH
Copy link
Contributor Author

According to MDN:
Date.prototype.getDay() returns the day of the week (0–6) for the specified date according to local time.
Date.prototype.getDate() returns the day of the month (1–31) for the specified date according to local time.
getDate() should be used here.

@outloudvi outloudvi merged commit 2650121 into suisei-cn:master May 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants