Class DateTimeFormat

java.lang.Object
java.text.Format
java.text.DateFormat
com.inet.report.chart.format.DateTimeFormat
All Implemented Interfaces:
ChartFormat, Serializable, Cloneable

public class DateTimeFormat extends DateFormat implements ChartFormat
This is a date and time format with predefined locale-sensitive styles.
For more information to the system defined date and time styles see http://docs.oracle.com/javase/8/docs/api/java/text/DateFormat.html.
Since:
8.0
See Also: