Liking cljdoc? Tell your friends :D
Clojure only.

jdk.text.spi.DateFormatSymbolsProvider

An abstract class for service providers that provide instances of the DateFormatSymbols class.

An abstract class for service providers that
provide instances of the
DateFormatSymbols class.
raw docstring

get-instanceclj

(get-instance this locale)

Returns a new DateFormatSymbols instance for the specified locale.

locale - the desired locale - java.util.Locale

returns: a DateFormatSymbols instance. - java.text.DateFormatSymbols

throws: java.lang.NullPointerException - if locale is null

Returns a new DateFormatSymbols instance for the
 specified locale.

locale - the desired locale - `java.util.Locale`

returns: a DateFormatSymbols instance. - `java.text.DateFormatSymbols`

throws: java.lang.NullPointerException - if locale is null
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close