Support Forums
Parse dateFormat from a String? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Java Programming (https://www.supportforums.net/forumdisplay.php?fid=22)
+---- Thread: Parse dateFormat from a String? (/showthread.php?tid=8121)



Parse dateFormat from a String? - combus - 07-01-2010

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.


RE: Parse dateFormat from a String? - `P R O D I G Y™ - 07-23-2010

Are you using a solid i/o program or?