Suppose you want to use a DateFormat to format an instance of Date.
What factors influence the string returned by DateFormat's format()
method?
C, D.
Date formatting is determined by the locale and by the style.
Style constants are defined as static ints in the DateFormat class: SHORT, MEDIUM, LONG, and FULL.