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, 2108🔥, 0💬
Popular Posts:
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...