Customizing the display format of the page published date on the Sites console
In Adobe Experience Manager Sites, the page’s published date is shown in the site console without the time of day. This article provides instructions on how to customize the date/time format of the page’s published date to include the time of day.
Description description
Environment
- Adobe Experience Manager v6.5
- Adobe Experience Manager as a Cloud Service
Issue/Symptoms
A page’s published date is displayed in the site console without the time of day.
Resolution resolution
Create an overlay for each column and list views.
A. For column view
/libs/cq/gui/components/coral/admin/page/columnpreview/columnpreview.jsp
is overlaid.
Before:
After:
Add type="datetime"
attribute to the foundation-time
tag.
B. For list views
/libs/cq/gui/components/coral/admin/page/row/row.jsp
is overlaid.
Before:
After:
Add type="datetime"
attribute to the foundation-time
tag.