Display modified date

Greetings, I would like to display the modified update on the post that were recently updated, instead of the published date. 

This is how the them works:
<time class="entry-date" datetime="2016-04-23T17:03:21+00:00" itemprop="datePublished" pubdate="">April 23, 2016</time>

I want to display something like below when the post/page is updated:
Last Updated:<time datetime="2016-05-30T01:47:03+00:00" itemprop="dateModified" class="entry-date">May 30, 2016</time>

I have tried to search but nothing so far. Thanks for your help

Comments

Sign In or Register to comment.