Skip to content
New issue

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

IE issue #159

Closed
L0G1C opened this issue Mar 18, 2015 · 3 comments
Closed

IE issue #159

L0G1C opened this issue Mar 18, 2015 · 3 comments

Comments

@L0G1C
Copy link

L0G1C commented Mar 18, 2015

Hey guys,

I could really use some help. Almost done implementing my calendar but running into an issue in IE. Here is my post on stack overflow about it:

http://stackoverflow.com/questions/29133172/clndr-js-somehow-not-passing-full-days-events-data-to-template-only-in-ie

@kylestetz
Copy link
Owner

Hey, I can run a test on IE10 later today, but for now— your date format YYYY-M-D is not a valid format (you want to stick with ISO 8601. Your best shot is to use the format YYYY-MM-DD, where single digits are padded with zeros. So, rather than 2015-4-1, it would be 2015-04-01.

Could be a totally different issue, but it's worth checking out.

@L0G1C
Copy link
Author

L0G1C commented Mar 19, 2015

Wow man, Thanks so much for the quick answer. Right as I came back in to work xD

Yeah that did it, fixed the issue on IE for me. I didn't even think about that man. sigh..so glad haha. Thanks for the help!

@kylestetz
Copy link
Owner

👍

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

No branches or pull requests

2 participants