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

Date Handling #32

Open
MicheleTobias opened this issue Dec 5, 2018 · 0 comments
Open

Date Handling #32

MicheleTobias opened this issue Dec 5, 2018 · 0 comments

Comments

@MicheleTobias
Copy link
Owner

Background: Zotero accepts dates in a multitude of formats so there can be a variety of formats in any given citation collection. Currently we handle this challenge by converting the date data to a character type so the date is displayed in the table as-is. This, however, means that the dates are not very useful for analysis (such as in the Time Manager plugin... and oh my! wouldn't that be cool to pass this data to the Time Manager plugin?).

Goal: Find a way to handle a variety of date formats so that they are usable as a date

Ideas:

  • Convert all existing dates to just Year in the table (but don't alter it in Zotero)

  • Have the user select which date format they want and convert all of the dates to that format in the table (but don't alter it in Zotero)

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