date format of references
I have just started to use zotero209 with openoffice321. A reference has been added into zotero with the date format ddmmyyyy in the field 'accessed'. In the writer document, the field 'accessed ...' shows the date format mmddyyyy. How to change the settings so that all dates in references are shown as ddmmyyyy?
im chat room: zotero@conference.jabber.org
im chat room: zotero@conference.jabber.org
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
http://www.zotero.org/support/csl_simple_edits
change
<date variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
to
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=", "/>
<date-part name="year"/>
</date>
or so, depending on what exactly you need.