larsgw / citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
https://citation.js.org/
MIT License
223 stars 30 forks source link

Date parsing issues #127

Closed larsgw closed 6 years ago

larsgw commented 6 years ago

parseDate currently fills in unknown date parts as 01. A better option would be to omit those parts. I'm not sure if this is possible with the built-in Date parser, which is currently used.

larsgw commented 6 years ago

Closed by #139