Problemunvalidated
I need to retrieve some data from the db and I need to check if the given date matches the one in the table — I am converting the `String` I get from the front end app, transform it in a `java.util.Date` and then in a `LocalDateTime`. Tension: Is this approach correct, or am i missing something? Outcome: Format of the string from the front end and also stored in db: 2025-01-29 15:09:57.475000.
ead8071d-189f-4775-bd98-0cf81721eefd
I need to retrieve some data from the db and I need to check if the given date matches the one in the table — I am converting the String I get from the front end app, transform it in a java.util.Date and then in a LocalDateTime. Tension: Is this approach correct, or am i missing something? Outcome: Format of the string from the front end and also stored in db:
2025-01-29 15:09:57.475000.