RE: datetime taglib not working with java.sql.Timestamp variable

2001-11-19 Thread Frederic Houbie
Users List Subject: Re: datetime taglib not working with java.sql.Timestamp variable The datetime taglibrary doesn't support the java.sql.Timestamp class. According to the javadocs for java.sql.Timstamp, it and java.util.Date are not interchangeable. Currently the taglib uses java.text.DateForm

datetime taglib not working with java.sql.Timestamp variable

2001-11-16 Thread Frederic Houbie
Hi, I'm trying to use datetime taglib to format datetime variable (timestamp in fact) in JSP, but it simply returns invalid date as result. Where is the problem ? Thanks Frederic