Date field requires moment library (crashes)
Closed this issue · 1 comments
pcooksey commented
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.