DateField.java | Class | Provides support for converting dates to strings and vice-versa.
The strings are structured so that lexicographic sorting orders by date,
which makes them suitable for use as field values and search terms.
Note that you do not have to use this class, you can just save your
dates as strings if lexicographic sorting orders them by date. |