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

Issue 43557: Avoid using ExtJS for Date parsing #407

Merged
merged 1 commit into from
Jul 21, 2021

Conversation

labkey-jeckels
Copy link
Contributor

Rationale

We introduced our code that used ExtJS to parse dates because IE didn't like our ISO-like dates with milliseconds. We no longer support IE and we want the flexibility to use different date formats on different browsers

Related Pull Requests

Changes

  • Use JS Date constructor instead of ExtJS parsing

@labkey-jeckels labkey-jeckels changed the base branch from develop to release21.3-SNAPSHOT July 21, 2021 00:20
@github-actions
Copy link

ERROR: A pull request from 21.3_fb_jsonDateFormat is expected to target release21.3-SNAPSHOT, not develop

@labkey-jeckels labkey-jeckels merged commit 5710bfa into release21.3-SNAPSHOT Jul 21, 2021
@labkey-jeckels labkey-jeckels deleted the 21.3_fb_jsonDateFormat branch July 21, 2021 21:56
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

Successfully merging this pull request may close these issues.

2 participants