>>===== MODE =====>> citation <<===== MODE =====<< Sort position of empty dates differs in citations and bibliographies. In citations, empty dates have a value equivalent to zero. In bibliographies, they are always placed at the end of the sort (whether ascending or descending). >>===== RESULT =====>> BookD 1999; BookB 2000; BookA; BookC; BookE. <<===== RESULT =====<< >>===== CSL =====>> <<===== CSL =====<< >>===== INPUT =====>> [ { "id": "ITEM-1", "title": "BookA", "type": "book" }, { "id": "ITEM-2", "issued": { "date-parts": [ [ 2000 ] ] }, "title": "BookB", "type": "book" }, { "id": "ITEM-3", "title": "BookC", "type": "book" }, { "id": "ITEM-4", "issued": { "date-parts": [ [ 1999 ] ] }, "title": "BookD", "type": "book" }, { "id": "ITEM-5", "title": "BookE", "type": "book" } ] <<===== INPUT =====<< >>===== VERSION =====>> 1.0 <<===== VERSION =====<<