I have a json response of 25 items in which each includes a timestamp. However I want to store the data items of of past 7 days only. How can i do it in java spring boot application.
I tried using a for loop to have till specific date but I am not sure about the how to convert the timestamp
New contributor
Sehajbir Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.