Customizing the date | Community
Skip to main content
Jai1122
Level 4
October 16, 2015
Solved

Customizing the date

  • October 16, 2015
  • 1 reply
  • 881 views

Hi,

   I am trying to display the date on which a particular item is created.

The issue is with formatting.

For instance,

    - If the item is created a day ago then i need to display 1 day ago.

    - If the item is created a on the same day then display number of hours like 3 hours ago.

    - If the item is created over a week ago then display complete date time like October 24, 2014 at 08:54 PM

com.day.cq.commons.date.RelativeTimeFormat

It displays something like Jun 3(1 day ago), for first case and 02:45 PM(3 hours ago) in second case. 

Can someone suggest any ideas to overcome this?

Thanks!!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

Refer [1] for the different letters you can use to get the respective format. I think you are using 'Y' now and hence your output is in the respective format.

ex: you should use 'ago' as the keyword for 1 day ago 

[1] http://wem.help.adobe.com/enterprise/en_US/10-0/wem/javadoc/index.html?com/day/cq/commons/date/RelativeTimeFormat.html

1 reply

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
October 16, 2015

Refer [1] for the different letters you can use to get the respective format. I think you are using 'Y' now and hence your output is in the respective format.

ex: you should use 'ago' as the keyword for 1 day ago 

[1] http://wem.help.adobe.com/enterprise/en_US/10-0/wem/javadoc/index.html?com/day/cq/commons/date/RelativeTimeFormat.html