public class FormattedDate
extends java.util.Date
FormattedDate fornece uma extensão de
java.util.Date que já formata a data no formato mais comum.
Caso necessário, é possível fornecer um formatador diferente do padrão.| Constructor and Description |
|---|
FormattedDate(long date) |
FormattedDate(long date,
java.text.DateFormat formatter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTCCopyright © 2016. All Rights Reserved.