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
I have set -up calendar-picker and added hijri calendar picker successfully and when I add date.js in the same project It gives me error saying
Uncaught TypeError: year.calendar is not a function
May be this is because of the year being an object in the keith-wood and year being a integer in the date.js What is the solution for this?
year
PS: I can't remove either of them from the project.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have set -up calendar-picker and added hijri calendar picker successfully and when I add date.js in the same project It gives me error saying
May be this is because of the
year
being an object in the keith-wood andyear
being a integer in the date.jsWhat is the solution for this?
PS: I can't remove either of them from the project.
The text was updated successfully, but these errors were encountered: