From: Bob D. <bd...@si...> - 2004-11-01 17:17:06
|
Try the date formatting with out the !@ - bob On Tue, 2004-10-26 at 16:53 -0600, Carol Fouse wrote: > Here's something that looks weird. > > If I have > > <field value="date()" format="'!@%d-%b-%y'"/> > > I get 26-Oct-04. > > But if I have > > <field value="Year.FinUpd" format="'!@%d-%b-%y'"/> > > where Year.FinUpd is "08/09/2004", I just get 2004. > > If I just have > > <field value="date()"/> > > I get 10/26/2004, so my Year.FinUpd is in the same format as date(), so > why do I not get the same result (except for the actual data)with the > format string? > |