public static class DateLabel extends Object
ValueLabel
for convenience when dealing with dates and
DateTimeFormat
, especially in
UiBinder
templates. (Note
that this class does not accept renderers. To do so use ValueLabel
directly.)
UiBinder
templates, both the format and time zone can be configured.
The format can be given with one of these attributes:
DateTimeFormat
instance.DateTimeFormat.PredefinedFormat
.DateTimeFormat#getFormat(String)
.The time zone can be specified with either of these attributes:
TimeZone
instance.Copyright © 2018. All rights reserved.