Skip to content
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

Random Dates #63

Open
adeline-t opened this issue Feb 23, 2017 · 4 comments
Open

Random Dates #63

adeline-t opened this issue Feb 23, 2017 · 4 comments

Comments

@adeline-t
Copy link

Would it be possible to add random date ? Some birthday would be nice.
Thanks

@vadymmarkov
Copy link
Owner

@adeline-t I'll add it to a list of features in future versions 👍

@matthew-reilly
Copy link

@vadymmarkov Is there a list publicly available? I'd love to help out. Great library. :shipit:

@noppefoxwolf
Copy link

I want this too.
Faker has date factory method.
http://www.rubydoc.info/github/stympy/faker/Faker/Date

let faker = Faker(locale: "en")
faker.date.backward(days: Int) -> Date
faker.date.between(from: Date, to: Date) -> Date
faker.date.birthday(minAge: Int, maxAge: Int) -> Date
faker.date.forward(days: Int) -> Date

If develop this functions,
I think useful this interface like this.

@vadymmarkov
Copy link
Owner

@matthew-reilly @noppefoxwolf That would be a great feature! Can't promise now when I will have time to implement it, but feel free to contribute if you're up for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants