Hi guys,
I'm looking for a way to get the date
pattern from the DateFormat class. They have a number of localized styles, but I can't seem to work out how to get the actual pattern
string. This seems to be supported in the SimpleDateFormat class, but not DateFormat.
So, for example, what is the DateFormat.MEDIUM pattern for Japan? I'd like to do this so my application can display the pattern it is going to apply to the user.
Any help is much appreciated.
Cheers,
Steve