Close
jGuru Forums
Posted By: John_Zukowski Posted On: Friday, March 23, 2001 08:16 AM
When converting a string to a date, how do I prevent date parsing from converting 2/29/01 to 3/1/01?
Re: 2/29 is not 3/1
Posted By: Christopher_Schultz Posted On: Thursday, April 5, 2001 08:22 AM
Alternately, you could print out the date yourself, rather than using java.text.DateFormat.
java.text.DateFormat
-chris
Posted By: John_Zukowski Posted On: Friday, March 23, 2001 08:17 AM