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
Hi,
I got some issues with dates that were formatted as ISO String.
I'm running angularjs version 1.6.7.
1.6.7
You may want to look at this commit and see if you can take it back? laguiz@d58f048
Change is not a big deal but I'm not sure it fit the original idea.
Basic idea is to avoid to use angular.isDate() and try to parse with moment() to see if String is correct (eg: ISO String date).
angular.isDate()
Ideally I will drop this fork if you can take this back.
The text was updated successfully, but these errors were encountered:
looks good to me.
If you create a clean pull request containing only the relevant changes to mdpDatePicker.js and mdpTimePicker.js I'll merge it to master.
mdpDatePicker.js
mdpTimePicker.js
Sorry, something went wrong.
@dpoetzsch I'll try to create a PR. I Keep you informed.
No branches or pull requests
Hi,
I got some issues with dates that were formatted as ISO String.
I'm running angularjs version
1.6.7
.You may want to look at this commit and see if you can take it back? laguiz@d58f048
Change is not a big deal but I'm not sure it fit the original idea.
Basic idea is to avoid to use
angular.isDate()
and try to parse with moment() to see if String is correct (eg: ISO String date).Ideally I will drop this fork if you can take this back.
The text was updated successfully, but these errors were encountered: