-
-
Notifications
You must be signed in to change notification settings - Fork 932
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
date.anytime #2093
Comments
Usually, we called those methods, that simply return "any" module-related value, Examples: |
date.whenever |
The idea behind anytime is using it with optional options. |
|
In the first step, I would suggest to use So for now we just "fix" the "there is no non-args date method" Because we want to release (at least rc.0) end of this week 👀 |
could this just be solved by adding defaults to the from and to parameters for between? |
Theoretically yes, but from the method name you expect it to require parameters. |
Due to a requested reviews to use
between
instead of its own function, it slipped into the next branch that we dont have a method anymore that just provides a random date but without arguments/parametersWe need to fix that before releasing v8.0
#2053 (comment)
@ST-DDT suggested to add a
date.anytime
for thatThe text was updated successfully, but these errors were encountered: