RE: Problem with dates conversion

2003-11-18 Thread Sylvain.Thevoz
D] > Date: mardi, 18. novembre 2003 11:11 > À: 'OJB Users List' > Objet: RE: Problem with dates conversion > > > Hi, > > OK - you are correct, dates are stored as a number of > milliseconds since a > certain time. > > java.util.Date and java.s

RE: Problem with dates conversion

2003-11-18 Thread Charles Anthony
oogle provides : http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html#formatDate Cheers, Charles. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 18 November 2003 09:47 > To: [EMAIL PROTECTED] > Subject: RE: Problem with dates conversion

RE: Problem with dates conversion

2003-11-18 Thread Sylvain.Thevoz
e d'origine- > De: Charles Anthony [mailto:[EMAIL PROTECTED] > Date: mardi, 18. novembre 2003 10:26 > À: 'OJB Users List' > Objet: RE: Problem with dates conversion > > > Hi, > > Displayed where, in what, and how ? > > Are we talking java web applic

RE: Problem with dates conversion

2003-11-18 Thread Charles Anthony
takes 2 lines of code - and that could be reduced to one if you created a helper function/class. Cheers, Charles. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 18 November 2003 09:28 > To: [EMAIL PROTECTED] > Subject: RE: Problem with d

RE: Problem with dates conversion

2003-11-18 Thread Sylvain.Thevoz
> Objet: RE: Problem with dates conversion > > > Sylain, what precisely is the problem you have ? > > Cheers, > > Charles. > > > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > > Sent: 18 November 200

RE: Problem with dates conversion

2003-11-18 Thread Charles Anthony
Sylain, what precisely is the problem you have ? Cheers, Charles. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 18 November 2003 09:11 > To: [EMAIL PROTECTED] > Subject: RE: Problem with dates conversion > > > Hi, > >

RE: Problem with dates conversion

2003-11-18 Thread Sylvain.Thevoz
Hi, Yes you're right! But the conversion doesn't change anything for me. Regards Sylvain > -Message d'origine- > De: Charles Anthony [mailto:[EMAIL PROTECTED] > Date: mardi, 18. novembre 2003 09:47 > À: 'OJB Users List' > Objet: RE: Problem with

RE: Problem with dates conversion

2003-11-18 Thread Charles Anthony
Hi, Check your class. I think you'll find that Application.releaseDate is a java.sql.Date and *not* a java.util.Date. The error message is saying "com.itservices.woc.data.Application has an attribute releaseDate with a type of java.sql.Date, but I have a value of java.util.Date". JavaDate2SqlDat