I have a JDBC call to grab some data including a date/time stamp. For the life of me, I can't figure out how to convert that string to a proper date/time field. It's important because I need to use validation strings to present a more simplified date/time to users on a form. But I'd like to keep ...