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

Issues related to fields with type Date #2246

Closed
danielabutano opened this issue Apr 21, 2020 · 0 comments
Closed

Issues related to fields with type Date #2246

danielabutano opened this issue Apr 21, 2020 · 0 comments
Assignees

Comments

@danielabutano
Copy link
Member

danielabutano commented Apr 21, 2020

  • service/query/results returns different date formats: e.g Wed Apr 01 01:00:00 BST 2020 for json , or 2020-04-01for xml

  • Adding a filter to the date column returns suggestions with wrong formats
    image

  • adding a filter in the View Column Summary doesn't work
    image

SOLUTION
Format the date using the pattern yyyy-MM-dd.
Update also the report page.
There might be usecases in the future where the timestamp is important, but in that case we have to change also the query date constraint (which allows to set only the date and not the time)

@danielabutano danielabutano self-assigned this Apr 21, 2020
danielabutano pushed a commit to danielabutano/intermine that referenced this issue Apr 21, 2020
danielabutano pushed a commit that referenced this issue Apr 22, 2020
@danielabutano danielabutano added this to the InterMine 4.2.0 milestone May 6, 2020
@danielabutano danielabutano added this to InterMine 4.2.0 (Spring 2020) in Roadmap & release planning May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant