This is how you format post dates for the datetime attribute of the HTML5 <time> tag:
<time datetime="<?php the_date('Y-m-d\TH:i'); ?>"><?php the_date(); ?></time>
This is how you format post dates for the datetime attribute of the HTML5 <time> tag:
<time datetime="<?php the_date('Y-m-d\TH:i'); ?>"><?php the_date(); ?></time>