Date and Year confusion
I'm working with Zotero files on Overleaf and struggling to include the year on books, since Zotero stores them as "date" and overleaf cannot recognise this. How can I modify the identifier in Zotero to be labelled as "year" on export rather than date?
Example output:
@book{nunn_tolerance_1978,
location = {San Francisco, {CA}},
title = {Tolerance for non-conformity},
publisher = {Jossey-Bass},
author = {Nunn, C and Crockett, H and {WIlliams}, J},
date = {1978},
}
Should be: year= {1978}
EDIT: I had exported as BibLatex instead of Bibtex - never mind!
Example output:
@book{nunn_tolerance_1978,
location = {San Francisco, {CA}},
title = {Tolerance for non-conformity},
publisher = {Jossey-Bass},
author = {Nunn, C and Crockett, H and {WIlliams}, J},
date = {1978},
}
Should be: year= {1978}
EDIT: I had exported as BibLatex instead of Bibtex - never mind!
Upgrade Storage