public interface LocaleFinder
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getCurrentLocale() |
java.text.DateFormat |
getDateFormat()
Get a formatter for formatting dates.
|
java.text.DateFormat |
getTimeFormat()
Get a formatter for formatting times.
|
java.text.DateFormat |
getTimestampFormat()
Get a formatter for formatting timestamps.
|
java.util.Locale getCurrentLocale() throws StandardException
StandardException
- Thrown on errorjava.text.DateFormat getDateFormat() throws StandardException
StandardException
- Thrown on errorjava.text.DateFormat getTimeFormat() throws StandardException
StandardException
- Thrown on errorjava.text.DateFormat getTimestampFormat() throws StandardException
StandardException
- Thrown on errorApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.