Thank-You very much! - I will try this when I get to the office tomorrow!modules/mod_feed/tmpl/default.php contains this on line 100:The feed does not contain publishedDate but it does contain updatedDate. You can create a template override for mod_feed: change publishedDate to updatedDate and you do see earlier dates than today.Code:
<?php echo HTMLHelper::_('date', $feed[$i]->publishedDate, Text::_('DATE_FORMAT_LC3')); ?>
Statistics: Posted by gbensonii — Tue Feb 20, 2024 10:39 am