public class Calendaric extends PostProcessor
method_name
Constructor and Description |
---|
Calendaric() |
Modifier and Type | Method and Description |
---|---|
ResultingStructure |
process(ResultingStructure input)
see the doc
|
read_int, read_long, read_string, remove_all
public ResultingStructure process(ResultingStructure input)
file:///usr/java/jdk1.5.0_04/docs/api/java/util/Formatter.html#syntax section Date/Time Conversions The types are similar to but not completely identical to those defined by GNU date and POSIX strftime(3c). 'F' ISO 8601 complete date formatted as "%tY-%tm-%td". THIS is the standard for time code, but uses ":" 'z' RFC 822 style numeric time zone offset from GMT, e.g. -0800.
process
in class PostProcessor
see also the complete user documentation .