bug on exporting to bibtex
zotero do not write a month for "january" in date field when I export to bibtex.
I set a date field "1999-01" on jotero and the result of bibtex file does not containing "date" field that is expected to be "jun".
I set a date field "1999-01" on jotero and the result of bibtex file does not containing "date" field that is expected to be "jun".
it seems that January is recognized as zero that means no month field specified by bibtex exporter.
As I understand it, if your browser locale is set to something other than English, then Zotero may not be able to parse dates written in English. Could that be the case here? If so, search the forums for the hidden preference to change the Zotero locale.
the date field is set to "January 00, 2000". and the small yellow popup says that "2000-01-00".
when I export the item to bibtex, there is no month field while year field works fine.
and, when I change the month field to "February 00, 2000", bibtex has month fiend that is "month = feb".
Funny that this hadn't been caught earlier.
I can't import a bibtex reference if there is a month field into it.
Would it be possible to post a trac ticket?
@book{doe_book_2000,
title = {Book A},
author = {John Doe},
month = jan,
year = {2000}
}
I'm using the latest svn version...