Search Results

1
vote

why does parsing this date string throw an unparseable date exception?

To test if it's the date format, write a test class to prove it out. For these types of things, I like to use bsh (beanshell). Here was my test: sdf = new java.text.SimpleDateForm …
1
vote

Newbie in Java

Maybe it's saying that there isn't a method in InteranlFrameDemo called getstring that takes a String argument. Possibly is the method supposed to be getString("mystring")? method names ar …