Query to get images uploaded in last 3 days | Community
Skip to main content
sandeepm744005
Level 5
May 25, 2016
Solved

Query to get images uploaded in last 3 days

  • May 25, 2016
  • 2 replies
  • 902 views

Hi Guys, what is the query i can use to get all the images which are uploaded in the last 3 days in the dam admin.

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 smacdonald2008

Try using a JCR SQL2 query that uses a date search on the property jcr:created.

Here is a blog that talks about how to use date searches within a JCR SQL2 query: 

http://scottsdigitalcommunity.blogspot.ca/2015/12/using-date-values-in-jcr-sql2-queries.html

replace information such as path information and node types. 

2 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
May 25, 2016

Try using a JCR SQL2 query that uses a date search on the property jcr:created.

Here is a blog that talks about how to use date searches within a JCR SQL2 query: 

http://scottsdigitalcommunity.blogspot.ca/2015/12/using-date-values-in-jcr-sql2-queries.html

replace information such as path information and node types. 

sandeepm744005
Level 5
May 25, 2016

Thanks Scott :-)