How to display human readable date in HTML?


Use the HTML <time> tag is used for displaying the human-readable date and time. The following is the attribute −

Attribute
Value
Description
datetime
datetime
it is machine readable date time

Example

You can try to run the following code to display time −

<!Doctype html>
<html>
   <head>
      <title>HTML time Tag</title>
   </head>
   <body>
      <p>The time is <time>18:16 pm</time></p>
   </body>
</html>

Updated on: 24-Jun-2020

467 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements