pcooksey/bibtex-js

Date field requires moment library (crashes)

Closed this issue · 1 comments

value = moment(value).format("MMM. YYYY");

The moment.js library provides a nice way for formatting dates. The function was added during a manual merge without actually adding the library. So, if a bibtex entry has the date field it will crash unless the library is manually added to the html file.

Close 58720c1 fixes this issue.