-
Notifications
You must be signed in to change notification settings - Fork 152
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
Feature request: Date in range #69
Comments
Does anyone have a workaround solution for this? |
Not sure why I didn't think of this before, but just had a look at the source code, and it just uses Line 9 in 4f05a13
so you can use that with your desired range |
I see, thanks for finding that! I was actually referring to casual.date but I see that just calls moment so I can call it directly. Still would be nice to have a convenience method for readability. |
Are there any updates? A very common use case would be to generate random It would be nice to have an API for date generator with custom range since I believe this is a very common use case. |
I would like to be able to generate a
casual.unix_time
that is between a certain range of dates.Many thanks for a great module.
The text was updated successfully, but these errors were encountered: