We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to add a preset date that would be the same as the original date as passed in via
$("#e2).daterangepicker("setRange", {start: sd, end: ed} )
I cannot see where the initial values are passed in.
Thanks RL99
The text was updated successfully, but these errors were encountered:
Maybe you can use the second solution mentioned in #7.
Sorry, something went wrong.
So there is no way to add a preset called "Original" and populate it with the original dates?
Sorry, I misunderstood your question. See http://tamble.github.io/jquery-ui-daterangepicker/#presets (unfortunately for now you have to list all presets). This is probably the most requested feature...
Perfect! Thanks!
No branches or pull requests
Is there a way to add a preset date that would be the same as the original date as passed in via
$("#e2).daterangepicker("setRange", {start: sd, end: ed} )
I cannot see where the initial values are passed in.
Thanks
RL99
The text was updated successfully, but these errors were encountered: