Re: Another Date Time Format

2011-01-29 Thread Nick Broadhurst
Thanks for the suggestion. This is what I ended figuring out after I figured out what date/time format my property of type java.util.Date would accept: "/> A ugly hack in order nest in the hidden field. If anyone know how to do this properly just using I would appreciate it. Nick On Sat

Re: Another Date Time Format

2011-01-28 Thread Maurizio Cucchiara
As far as I can remember you could use var parameter in order to reference a date variable from the value stack. Try something like this: *** I'm not fully sure that this format works. On 29 January 2011 05:54, Brajesh Patel wrote: > I think it is possible with transient > > if you don't wan

Re: Another Date Time Format

2011-01-28 Thread Brajesh Patel
I think it is possible with transient if you don't want to change field in the data base then use variable as transient. On Sat, Jan 29, 2011 at 9:58 AM, Nick Broadhurst wrote: > Hi, > > I am displaying two date-time fields from my demographics object which > populates from the DB: > > > >