Odd display of date range in style
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:
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:
but comes out like this (see the odd spacing for the 2nd date):event-date: 1999-11-05/2000-03-19
I have this like so in my CSL style and it works for a single date just fine:05. November 1999–19. .März .2000
<date variable="event-date">
<date-part name="day" form="numeric-leading-zeros" suffix=". "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
If not, can you share the whole style? Does this also happen in the style editor or only in Word?