Hello,
I tried to provide reference URLs in my earlier post, but the discussion board software forbade me from doing so.
I will try again here.
This comment references the differences between the BibTeX and biblatex formats, explaining that while the former only supports year
, month
, and day
fields, the newer latter format can be written using a single ISO-8601-friendly date
field. Biblatex is the successor format to BibTeX.
I realize that it day isn’t usually given in the standard list of BibTeX fields, but leaving it out it presents a huge problem. For example, reference/citation software such as Zotero, which rely on imports of *.bibtex
files, always have date fields on entires, and the vast majority of modern periodical citations are specified with actual dates of publications, yet *.bibtex
files are always missing a date field, and as a result, dates have to be entered manually. It is infuriating, and it’s clear that a date field ought to be in the standard since they included it in its successor format by default.
The official BibTeX specification doesn’t say that including a day field (or other fields) is forbidden, just that it isn’t recognized by standard bibliography styles. However, we don’t only use *.bibtex
files for creating styled bibliographies, but also (and increasingly so) for creating databases and records of cited sources, themselves from which such styled bibliographies can be created at a later point (e.g. Zotero and such software). What it says specifically in §3.2 (page 9) is this:
Below is a description of all fields recognized by the standard bibliography styles.
An entry can also contain other fields, which are ignored by those styles.
Adding a day field therefore would allow your API service to be consumed by modern systems that require/can ingest more fields than simply bibliographical styles, and existing bibliography formatters that do not recognize it would simply ignore it.
If you just refuse to add a new field that isn’t typical or standard to such bibliographical styles, then—in order to keep this service and format useful to all applications that consume it—you might consider including the full date, in ISO-8601 format (if it is provided with the original publication) in the note
field, which is a “free” field standard to the BibTeX format.