java.lang.Object
java.text.Format
java.text.NumberFormat
org.apache.lucene.queryparser.flexible.standard.config.NumberDateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class NumberDateFormat extends NumberFormat
This Format parses Long into date strings and vice-versa. It uses the given DateFormat to parse and format dates, but before, it converts Long to Date objects or vice-versa.
See Also: