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, 2322🔥, 0💬
Popular Posts:
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...