Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Safari can't find the property'lastModifiedDate' #11

Open
jocklei opened this issue May 18, 2018 · 0 comments
Open

Safari can't find the property'lastModifiedDate' #11

jocklei opened this issue May 18, 2018 · 0 comments

Comments

@jocklei
Copy link

jocklei commented May 18, 2018

this.lastModifiedDate = new Date(object.lastModifiedDate.getTime());

Author, Hello, this component is under my project Safari browser, this section of code'this.lastModifiedDate = new Date (object.lastModifiedDate.getTime ()); 'the error can not find the property'lastModifiedDate', change to'lastModified', it is no problem, it is suggested to change this paragraph to'this.lastModifiedDate = new Date (obj). Ect.lastModified); 'no problem at all, browsers are supported.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant