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
Currently the code is:
private _dateToDataValue(date: DateTime): string { if (!DateTime.isValid(date)) return ''; return `${date.year}-${date.monthFormatted}-${date.dateFormatted}`; }
If Arabic locale is used, the outputted HTML will be like:
But the date value should not be formatted.
https://stackblitz.com/edit/tempus-dominus-v6-simple-setup-hyrhpd?file=index.js
Windows
Chrome
6.7.19
en-US
The text was updated successfully, but these errors were encountered:
fixes #2886
b317734
6.9.4 (#2887)
5f79399
* fixes #2884 * fixes #2886 * fixes #2881 * fixes #2879 * fixes #2857 * #2793 * #2793 v6.9.4
this is done in 6.9.4
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
Describe the issue
Currently the code is:
If Arabic locale is used, the outputted HTML will be like:
But the date value should not be formatted.
StackBlitz fork
https://stackblitz.com/edit/tempus-dominus-v6-simple-setup-hyrhpd?file=index.js
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of are you using? You can find this information from the sample StackBlitz.
6.7.19
What your browser's locale? You can find this information from the sample StackBlitz.
en-US
The text was updated successfully, but these errors were encountered: