Wednesday, August 10, 2011

Java Question ...?

It is a bug in your code. You initialize date with your string s but then ignore it. You then create outFmt and then print out outFmt (which has nothing to do with string s).

No comments:

Post a Comment