8000 Bug in _parseDate · Issue #1861 · volosoft/jtable · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bug in _parseDate #1861

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

Closed
lollita opened this issue Dec 4, 2015 · 1 comment
Closed

Bug in _parseDate #1861

lollita opened this issue Dec 4, 2015 · 1 comment
Assignees
Labels

Comments

@lollita
Copy link
lollita commented Dec 4, 2015

At line 974
parseInt(dateString.substr(8, 2, 10)),
have to be
parseInt(dateString.substr(8, 2), 10),
this cause a IE bad date show when format date because parseInt convert from octal.
I released crazy for this. :)

@hikalkan hikalkan added the bug label Dec 5, 2015
@hikalkan hikalkan added this to the v2.5.0 milestone Dec 5, 2015
@hikalkan hikalkan self-assigned this Dec 5, 2015
@hikalkan
Copy link
Member
hikalkan commented Dec 5, 2015

Thanks a lot for the bug report.

@hikalkan hikalkan modified the milestone: v2.5.0 Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0