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

DateRangeField does not allow me to select older dates #5

Closed
ambanikousik opened this issue Mar 31, 2021 · 1 comment
Closed

DateRangeField does not allow me to select older dates #5

ambanikousik opened this issue Mar 31, 2021 · 1 comment

Comments

@ambanikousik
Copy link

I'm currently working on a project where I need to select older dates for getting some history data. but unfortunately this plugin doesn't allow me to do that.

@Cali0707
Copy link
Collaborator

Hi @ambanikousik, if you would like to select older dates, just set a DateTime value for the firstDate parameter on the widget, as this is the parameter that sets the earliest date a user can select. It defaults to DateTime.now() if no value is given, so this is most likely the issue you are experiencing.

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

2 participants