Chicago, french dates in wrong order
Hello.
I've found a bug that I wanted to fix.
I'm using Chicago citation style in french, and I wanted to cite a *document*, but the dates do not appear right.
The data are okay, I've said that I've consulted the document online "30.11.2012", but this comes up as
Judith Butler, « What is critique ? An essay on Foucault’s virtue », 8, consulté le novembre 30, 2012, http://f.hypotheses.org/wp-content/blogs.dir/744/files/2012/03/butler-2002.pdf.
whereas I believe it should be
Judith Butler, « What is critique ? An essay on Foucault’s virtue », 8, consulté le 30 novembre, 2012, http://f.hypotheses.org/wp-content/blogs.dir/744/files/2012/03/butler-2002.pdf.
Since it has November 30, it has interpreted the dates right, but just not put them in the correct order.
How can I fix this?
I've found a bug that I wanted to fix.
I'm using Chicago citation style in french, and I wanted to cite a *document*, but the dates do not appear right.
The data are okay, I've said that I've consulted the document online "30.11.2012", but this comes up as
Judith Butler, « What is critique ? An essay on Foucault’s virtue », 8, consulté le novembre 30, 2012, http://f.hypotheses.org/wp-content/blogs.dir/744/files/2012/03/butler-2002.pdf.
whereas I believe it should be
Judith Butler, « What is critique ? An essay on Foucault’s virtue », 8, consulté le 30 novembre, 2012, http://f.hypotheses.org/wp-content/blogs.dir/744/files/2012/03/butler-2002.pdf.
Since it has November 30, it has interpreted the dates right, but just not put them in the correct order.
How can I fix this?
Replace:
<date variable="accessed">
by<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
<date variable="accessed" form="text"/>
[similar change has to be done with date variable="issued"]