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
https://stackblitz.com/edit/ng-zorro-antd-start?file=src%2Fapp%2Fapp.module.ts
自己设置了事件数据,在谷歌中测试正常,但是在ie11中时间框有问题
能像谷歌浏览器一样正常
无法打开,使用new Date()是正常的,使用new Date('2019-03-02 08:00:30')不正常,出现问题
可能是时间格式问题在ie中无法选上,但是我打印出来是跟new Date()格式是一样的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start?file=src%2Fapp%2Fapp.module.ts
Steps to reproduce
自己设置了事件数据,在谷歌中测试正常,但是在ie11中时间框有问题
What is expected?
能像谷歌浏览器一样正常
What is actually happening?
无法打开,使用new Date()是正常的,使用new Date('2019-03-02 08:00:30')不正常,出现问题
可能是时间格式问题在ie中无法选上,但是我打印出来是跟new Date()格式是一样的
The text was updated successfully, but these errors were encountered: