only day and month for a date?
Is it possible to have only the month and the day display in a style? In this particular case the year of a journal is displayed separately, so the format looks like this:
Julius Rühlmann, Die Kunst des Violinspiels. Eine historische Studie [Teil 7], in: AmZ, NF, [2. Ser.] 3 (1865), Nr. 42 vom 18. Oktober, S. 681–687.
I only see year-month-day, year-mohth and year as options, not month-day.
Julius Rühlmann, Die Kunst des Violinspiels. Eine historische Studie [Teil 7], in: AmZ, NF, [2. Ser.] 3 (1865), Nr. 42 vom 18. Oktober, S. 681–687.
I only see year-month-day, year-mohth and year as options, not month-day.
<date variable="issued">
<date-part name="month" suffix=" "/>
<date-part name="day"/>
</date>
Add a date, then remove the text/numeric and leave blank. Then add the two date-parts.