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
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.