Is there a way to add a timestamp to individual blog posts that will show what time the blog was posted?
Is there a way to add a timestamp to individual blog posts that will show what time the blog was posted?
Typically this is displayed from the Blog - Post Byline widget OOTB
Change/customize the content-date section of the widget's main content block from:
$core_v2_language.FormatDate($blogPost.PublishedDate)
to
$core_v2_language.FormatDateAndTime($blogPost.PublishedDate)
starksk Thank you so much! That worked!
starksk Thank you so much! That worked!