I'm developing a Spring boot application frontend and the server is passing to me database record with a value, representing the date, that is EPOCH time so: "yyyy-mm-dd'T'HH:mm:ss.sss'Z'"
I would need to filter only date that are same date of today.
So how can I transform to a standard date format and comparison with date of now?
many thanks