Basically , Our requirement is to disable defaultRelativeTime on Assets views .
If we modify any assets - timestamp(Modified,) views like - "a few seconds ago"
Actually we are looking to display format like - "Sep 12, 2016, 5:16:46 PM" .
I could see defaultRelativeTime in moment js but not sure to modify for disable defaultRelativeTime .
Any thoughts/pointer on this please .
Solved! Go to Solution.
Views
Replies
Total Likes
Thanks Arun!
I found better way to solve this problem.
Solution already available in OOTB AEM:-
Click on User icon --> My Preferences --> User Preferences --> Update Relative Date Presentation to Always show exact date --> Accept
Tested - it works based on requirement.
Hi,
I am not sure if you changed the existing code what would be the impact but for the safe side this can be achieved from front end side.
You can update the text with the actual value on contentload and content change event.
Thanks Arun!
I found better way to solve this problem.
Solution already available in OOTB AEM:-
Click on User icon --> My Preferences --> User Preferences --> Update Relative Date Presentation to Always show exact date --> Accept
Tested - it works based on requirement.
Perfect !!!
Thanks for sharing.
Views
Likes
Replies
Views
Likes
Replies