I'm developing an app for managing appointments and had already made the entire backend with LocalDate and LocalTime. However, it happens these classes are only supported for API level 26 or higher, which is too high.
I know Date exists and will use it if I have to, but is there another (intermediate) option I could use that's supported for at least levels 18 or 19? Hopefully changing as little code as possible.