Class ExcelStyleDateFormatter

java.lang.Object
java.text.Format
java.text.DateFormat
java.text.SimpleDateFormat
org.apache.poi.ss.usermodel.ExcelStyleDateFormatter
All Implemented Interfaces:
Serializable, Cloneable

public class ExcelStyleDateFormatter extends SimpleDateFormat
A wrapper around a SimpleDateFormat instance, which handles a few Excel-style extensions that are not supported by SimpleDateFormat. Currently, the extensions are around the handling of elapsed time, eg rendering 1 day 2 hours as 26 hours.
See Also: