haha that is what I meant to say. Sorry about the confusion.
busy day here at the office. On Jan 26, 2006, at 3:03 PM, Michael Campbell wrote:
Nathan Maves <[EMAIL PROTECTED]> writes:Stick with java.sql.Date. Try never to use java.util.Date.Why? The Ibatis datamapper doc (2.0, page 31) says: "The use of java.sql.date types is discouraged. It is a best practice to use java.util.Date instead." I'm tending to go with the author of the framework here...