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've made a hijri date picker like this:
$("#dateOfBirth").hijriDatePicker({ hijri: true, showSwitcher: false });
When I try to get the Gregorian date to send it to my API, it returned the date - 1 day: $("#dateOfBirth").data().HijriDatePicker.date()
$("#dateOfBirth").data().HijriDatePicker.date()
The text was updated successfully, but these errors were encountered:
Hello, make sure you upgrade to the latest version
and it should return null if there is no selected date.
null
Also, please note that the min support date for Hijri is 1369-03-12 and Max supported date is 1492-11-18
1369-03-12
1492-11-18
Thanks
Sorry, something went wrong.
No branches or pull requests
I've made a hijri date picker like this:
When I try to get the Gregorian date to send it to my API, it returned the date - 1 day:
$("#dateOfBirth").data().HijriDatePicker.date()
The text was updated successfully, but these errors were encountered: