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,
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Thanks Scott :-)
Views
Replies
Total Likes
Views
Likes
Replies