Interface DateFormatter
-
@ProviderType public interface DateFormatter
Represents an interface used by the UI to format a date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDate()Returns a formatted date according to the injected formats.
-