- dateStyle
- one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
- timeStyle
- one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if dateStyle or timeStyle is not one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
Returns a DateFormat instance for formatting and parsing of both dates and time values in the manner appropriate for the user's default locale. See "Be wary of the default locale".