>>===== MODE =====>>
citation
<<===== MODE =====<<



>>===== RESULT =====>>
Original date, 1965 [October 3, 1855]
Date override, 1900
Valid date field in note field, 2000
<<===== RESULT =====<<

>>===== CITATION-ITEMS =====>>
[
  [
    {
      "id": "ITEM-1"
    }
  ],
  [
    {
      "id": "ITEM-2"
    }
  ],
  [
    {
      "id": "ITEM-3"
    }
  ]
]
<<===== CITATION-ITEMS =====<<

>>===== CSL =====>>
<style 
      xmlns="http://purl.org/net/xbiblio/csl"
      class="note"
      version="1.0">
  <info>
    <id />
    <title />
    <updated>2009-08-10T04:49:00+09:00</updated>
  </info>
  <citation>
    <layout>
	  <group delimiter=", ">
        <text variable="title"/>
        <group delimiter=" ">
          <date variable="issued" form="text" date-parts="year"/>
          <date variable="original-date" form="text" date-parts="year-month-day" prefix="[" suffix="]"/>
        </group>
      </group>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "id": "ITEM-1", 
        "issued": {
            "date-parts": [
                [
                    "1965", 
                    "6", 
                    "1"
                ]
            ]
        }, 
        "note": "original-date: 1855-10-03", 
        "title": "Original date", 
        "type": "book"
    },
    {
        "id": "ITEM-2", 
        "issued": {
            "date-parts": [
                [
                    "1965", 
                    "6", 
                    "1"
                ]
            ]
        }, 
        "note": "issued: 1900-06-30", 
        "title": "Date override", 
        "type": "book"
    },
    {
        "id": "ITEM-3", 
        "note": "issued: 2000-01-01", 
        "title": "Valid date field in note field", 
        "type": "book"
    }
]
<<===== INPUT =====<<
