Hi. 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 da_DK.
I know I could use DateFormat.MEDIUM, but the date have to be formatted using only numbers and separators, and DateFormat.MEDIUM for en_US produces something like 'Dec 12, 2010'.