When publishing a new article, the Publish Date defaults to today. Although one can edit the Publish Date later, the CreatedDate appears on the Article Details page. Line 87 in ArticleDetailsTemplateBase.ascx.vb says: If Not lblDatePosted Is Nothing Then lblDatePosted.Text = Date.Parse(objArticle.CreatedDate.ToShortDateString()) Is it possible to alter a Details template to show more than one date? Perhaps all three? PublishDate, CreatedDate, and LastModifiedDate? I'm a Visual Studio novice, but do have VS 2008. What I'd really like to do is just modify a template. Thanks...
|