<div class="last_updated">
<time class="fmc_published" itemprop="datePublished" datetime="<?php the_time('Y-m-d'); ?>">
<span>Published on:</span>
<?php the_time('F jS, Y'); ?>
</time>
<time class="fmc_modified" itemprop="dateModified" datetime="<?php the_modified_time('Y-m-d'); ?>">
<span>Last Updated on:</span>
<?php the_modified_time('F jS, Y'); ?>
</time>
</div>