Odd display of date range in style

edited 4 days ago
Hi,

Developing a style where I need to add date ranges for exhibition catalogues I noticed the following, in Word and LibreOffice (24.8.2.1, Win11)

https://s3.amazonaws.com/zotero.org/images/forums/u452233/sqn1d51spxlhoswy6l2t.png

The data range is entered like so in extra:
event-date: 1999-11-05/2000-03-19
but comes out like this (see the odd spacing for the 2nd date):
05. November 1999–19. .März .2000
I have this like so in my CSL style and it works for a single date just fine:
<date variable="event-date">
<date-part name="day" form="numeric-leading-zeros" suffix=". "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
  • I'm not able to reproduce. Could you re-enter the date to make sure there's no stray space at the end or other weirdness?
    If not, can you share the whole style? Does this also happen in the style editor or only in Word?
Sign In or Register to comment.