do not cite month and day in APA style for books, book chapters, and journal articles

This commit is contained in:
Simon Kornblith 2007-11-28 18:23:39 +00:00
parent f710313c09
commit 11d6d6d2fb

View file

@ -119,11 +119,19 @@
</sort>
<layout>
<text macro="author" suffix="."/>
<date variable="issued" prefix=" (" suffix=").">
<date-part name="year"/>
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
</date>
<group prefix=" (" suffix=").">
<date variable="issued">
<date-part name="year"/>
</date>
<choose>
<if type="book chapter article-journal" match="none">
<date variable="issued">
<date-part prefix=", " name="month"/>
<date-part prefix=" " name="day"/>
</date>
</if>
</choose>
</group>
<choose>
<if type="book">
<group suffix=".">