-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isToday, isTomorrow, isYesterday #299
Comments
Also, I can try to implement that functional in plugin 😉 |
Will this be implemented soon? |
@jelaxshan I will try it on this week. |
Update: https://day.js.org/docs/en/plugin/is-today
|
@lamartire can you create a pull request for epszaw@e33cbf0 ? |
@cwilby can't locate this at this moment. I can try to do that again, looks like not a big problem |
🎉 This issue has been resolved in version 1.8.24 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Update:
https://day.js.org/docs/en/plugin/is-today
https://day.js.org/docs/en/plugin/is-tomorrow
https://day.js.org/docs/en/plugin/is-yesterday
Hello, @iamkun!
What do you think about that helpers? I think it can be really usefull in some cases.
For exmple – you need to know, is it date is today and you simplify call
dayjs(date).isToday()
.The text was updated successfully, but these errors were encountered: