Ive been having some trouble with this for a while. I want to be able to retrieve values of time stored in my database (as type time). I've tried:
reader.getDateTime("open_hours")
I just get an error. I've also tried converting the string into time but i can only convert it into datetime, meaning that i have the date as well as the time. How can i get just the time (in 24 hour format)?