FormattedDataSet API News
Brought to you by:
stevesouza
The ArrayConverter class has been added. This class is great for formatting arrays for display in a web browser. For example it can make numbers comma delimeted or format dates in a locale specific manner. However, ArrayConverter is more general than that and really can covert any cell of an array into any Object. See the javadocs at http://www.fdsapi.com for examples.