Tools, FAQ, Tutorials:
EPUB 3.0 Metadata - dc:date Element
What is EPUB 3.0 Metadata "dc:date" Element?
✍: FYIcenter.com
EPUB 3.0 Metadata "dc:date" is an optional metadata element
to specify the publishing date of the EPUB 3.0 book.
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:
<dc:date>2018-01-01T00:00:00Z</dc:date>
If you want to see an example of "dc:date" metadata, you can download this EPUB 3.0 book, Row-Your-Boat-3.0.epub. Unzip it and open package.opf. You see a "dc:date" metadata element.
⇒ EPUB 3.0 Metadata - dc:description Element
2018-04-28, 1588👍, 0💬
Popular Posts:
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
Where to see resource detailed information of my API Management Service on Azure Portal? Once you ha...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...