Tutorials

https://vvcestudio.com.br/en/tutorial/html/timedatetime/
menu

HTML Time e Datetime

The HTML time element (time) represents time either in 24-hour format or as a precise date in the Gregorian calendar (with optional time and time zone information)
This element is intended to present dates and times on the device in a readable format. This can be useful to user agents in providing any schedule of events to the user's calendar.

Below is an example of a TIME tag with Datetime property.

Birth .
HTML code:
x
Birth <time dateTime="1999-10-31 12:35">October 31, 1999</time>.