Uses of Interface
org.zkoss.text.DateFormatInfo
-
Packages that use DateFormatInfo Package Description org.zkoss.text -
-
Uses of DateFormatInfo in org.zkoss.text
Methods in org.zkoss.text that return DateFormatInfo Modifier and Type Method Description static DateFormatInfo
DateFormats. getLocalFormatInfo()
Returns the info of date/time format for the current thread, or null if not set.static DateFormatInfo
DateFormats. setLocalFormatInfo(DateFormatInfo info)
Sets the info of date/time format for the current thread.Methods in org.zkoss.text with parameters of type DateFormatInfo Modifier and Type Method Description static DateFormatInfo
DateFormats. setLocalFormatInfo(DateFormatInfo info)
Sets the info of date/time format for the current thread.
-