Time Date Time Help

Tell us what’s happening:

What am I doing wrong with date time?

Your code so far
Thursday, September 15 th


<body>
<header>
  <h1>Tournaments</h1>
</header>
<article>
  <h2>Mortal Kombat Tournament Survey Results</h2>

  <!-- Only change code below this line -->

  <p>Thank you to everyone for responding to Master Camper Cat's survey. The best day to host the vaunted Mortal Kombat tournament is <time datetime="2016-09-15">Thursday, September 15 <sup>th</sup></time>. May the best ninja win!</p>

  <!-- Only change code above this line -->

  <section>
    <h3>Comments:</h3>
    <article>
      <p>Posted by: Sub-Zero on <time datetime="2016-08-13T20:01Z">August 13<sup>th</sup></time></p>
      <p>Johnny Cage better be there, I'll finish him!</p>
    </article>
    <article>
      <p>Posted by: Doge on <time datetime="2016-08-15T08:12Z">August 15<sup>th</sup></time></p>
      <p>Wow, much combat, so mortal.</p>
    </article>
    <article>
      <p>Posted by: The Grim Reaper on <time datetime="2016-08-16T00:00Z">August 16<sup>th</sup></time></p>
      <p>Looks like I'll be busy that day.</p>
    </article>
  </section>
</article>
<footer>&copy; 2018 Camper Cat</footer>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.

Challenge: Standardize Times with the HTML5 datetime Attribute

Link to the challenge:

Hello!

Let’s save your code edit here:
<time datetime="2016-09-15">Thursday, September 15 <sup>th</sup></time>

Then I recommend you reset the lesson (so it loads the original code), and compare this line where you added your <time> element. Did you accidentally change something else on this line?

Nope I did not change anything else other than what’s on here? If I hit reset all code it will just reset this specific lesson not all the code from the first one right?

Yes, hitting reset all code will only reset this one lesson. It won’t affect any of your previous lessons (which stay marked as complete even if you go back and try them again).

Ok thanks will try that now

Finally it worked!!! Thanks for your assistance it’s greatly appreciated!

I am glad to help! :slight_smile: