Support Forums

Full Version: Parse dateFormat from a String?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

In a project I'm working on I have to get a date that the user inputs. I have my program to get strings from the user, and then I have to parse a dateFormat to be able to work with Dates. But I just don't understand parse(String source) works. I read the Java documentation, but I'm still clueless. Can somebody give me an example on how to parse dateFormat from a String?

Thanks in advance.
Are you using a solid i/o program or?