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
Displayed time is AM but selectedDates provided is PM
Here code to reproduce :
import AirDatepicker from "air-datepicker"; import en from "air-datepicker/locale/en"; import "air-datepicker/air-datepicker.css"; let options = { locale: en, selectedDates: [new Date("2022-12-07 16:00:00")], timepicker: true }; let dp = new AirDatepicker("#dp", options);
Tested with version 3.3.1
Link to sanbox : https://codesandbox.io/s/vigilant-kilby-t77k4e
The text was updated successfully, but these errors were encountered:
6cbe15f
Thanks for the bug report!
Sorry, something went wrong.
No branches or pull requests
Displayed time is AM but selectedDates provided is PM
Here code to reproduce :
Tested with version 3.3.1
Link to sanbox : https://codesandbox.io/s/vigilant-kilby-t77k4e
The text was updated successfully, but these errors were encountered: