Using roman numerals in style.csl file inside date-part element

edited January 22, 2019
I have date range element and I need style to display date like this: "15 V 1934" meaning -1934-05-15 (YYYY-MM-DD).

Is there any way to accomplish this?

csl fragment looks like this

<date variable="issued" prefix=", ">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>


what can I do with date-part element, what kind of attribute to put there to have roman numeral there?
Sign In or Register to comment.