public class SqlDatePropertyEditor extends CustomDateEditor (Code)
Custom Property Editor, handles java.util.Date to java.sql.Date conversions.
Dates passed in as text are parsed using the date pattern: yyyy-MM-dd
author: adamskogman version: $Id: SqlDatePropertyEditor.java,v 1.1 2005/12/03 12:51:41 adamskogman Exp $