Hi Sylvain, It's probably a language misunderstanding, but : which dates, where, and why do you think they are in the wrong format ?
A little more information on your problem would be helpful - but, as a pointer, if you have a java.util.Date (or a java.sql.Date) attribute on an object and you want to format it as a String for output, you should use a java.text.DateFormat to control the output. Cheers, Charles. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 14 November 2003 15:27 > To: [EMAIL PROTECTED] > Subject: Date: how to retrieve them in european format? > > > Hello, > > I'm using PB and when I retrieve dates the format is yyyy/mm/dd. > > Is it a way to define/transform the dates to have the format > dd/mm/yyyy (european)? > > Thanks > Regards > Sylvain > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ___________________________________________________________ HPD Software Ltd. - Helping Business Finance Business Email terms and conditions: www.hpdsoftware.com/disclaimer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
