Tools, FAQ, Tutorials:
EPUB 2.0 Metadata - dc:date Element
What is EPUB 2.0 Metadata "dc:date" Element?
✍: FYIcenter.com
EPUB 2.0 Metadata "dc:date" is an optional metadata element
to specify the publishing date of the EPUB 2.0 book.
EPUB 2.0.1 specification adds one attribute, "event", to the "Dublin Core Metadata Element Set" standard on this "dc:date" element:
When using "dc:date" metadata element, you should follow the ISO 8601 standard specify a date, a date and time, or a full timestamp. For example:
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:opf="http://www.idpf.org/2007/opf">
...
<dc:date opf:event="publication">2018-01-01T00:00:00Z</dc:date>
If you want to see an example of "dc:date" metadata, you can download this EPUB 2.0 book, Row-Your-Boat-2.0.epub. Unzip it and open package.opf. You see a "dc:date" metadata element.
⇒ EPUB 2.0 Metadata - dc:description Element
2019-01-26, ∼3728🔥, 0💬
Popular Posts:
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
Where can I download the EPUB 2.0 sample book "The Metamorphosis" by Franz Kafka? You can following ...