RelativeDateFormatter.java | Class | Adds relative dates and output shortcuts to its superclass
EmptyDateFormatter.
If output shortcuts are enabled, Yesterday, Today and Tomorrow
are formatted using their localized human-language print strings.
If relative input is allowed, the parser accepts signed integers
that encode a date relative to today; this input would otherwise
be considered invalid. |