year « Date Time Format « Java Data Type Q&A





1. Java DateFormat.SHORT with full year    stackoverflow.com

Is there any way to make DateFormat format a date with a full year (eg. 12/12/2010), when using DateFormat.SHORT as the pattern? I have to format dates in both en_US and ...

2. DateFormat more than 20 years for short    forums.oracle.com

jverd wrote: To be fair, it's possible that he has to write new processing for old data. Or the input comes from some other 2-digit source he doesn't have control over. True. But yesterday I was using an application which uses 2-digit years. I was searching through a column of dates like "06/07/10" which weren't sorted in any particular order. "Let's ...