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, ∼3282🔥, 0💬
Popular Posts:
How to how to use matched string and groups in replacements with re.sub()? When calling the re.sub()...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How To Open Standard Output as a File Handle in PHP? If you want to open the standard output as a fi...