We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
To keep dates valid, the format which is used is YYYY-MM-DD. A function should be written to return the date as a local date string without the year.
YYYY-MM-DD
Function to use: Date.prototype.toLocaleDateString().
The text was updated successfully, but these errors were encountered:
An other way would be returning an object such as the argument in this example:
console.log(zodiac.getSignByDate({ day: 22, month: 6 }));
Sorry, something went wrong.
UPDATING THIS WILL BREAK ACTUAL CODE.
helmasaur
No branches or pull requests
To keep dates valid, the format which is used is
YYYY-MM-DD
. A function should be written to return the date as a local date string without the year.Function to use: Date.prototype.toLocaleDateString().
The text was updated successfully, but these errors were encountered: