Class DateWriter

All Implemented Interfaces:
ResultWriter

public class DateWriter
extends AbstractResultWriter
Generic writer implementation that writes date values from a result set. This writer use ResultSet.getDate(int) to read data from the result set and the DateFormat.format(java.util.Date) to format the value.
Since:
3.1
Author:
Nicklas
Last modified
$Date$