creating a form that needs user to input date in the pattern specific to the Locale (country).
Is it possible to get the pattern from a Java class whose input is Locale and output will be "yyyy/mm/dd" or "dd/mm/yyyy" ... Want to use this as a guidance on the form.