Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Locale.getShortDateFormatString
Retrieves a short date formatting string for this locale.
Syntax
public String getShortDateFormatString()
Return Value
Returns a String object that represents the short date formatting string for this locale.
Remarks
The String can consist of a combination of day, month, and year format pictures defined in the Day, Month, Year, and Era Format Pictures table in the National Language Support Constants.
See Also setShortDateFormatString, getLongDateFormatString, setLongDateFormatString