Re: [qooxdoo-devel] Setting NULL or empty value to DateField

2013-02-14 Thread baskar
Oh... Thank you Andreas.. On Thu, Feb 14, 2013 at 7:47 PM, Andreas Parusel [via qooxdoo] < ml-node+s678n758283...@n2.nabble.com> wrote: > Hi Baskar, > > you already answered your question yourself ;) > > Simply create a new DateField (in that case value is set to 'null') and do > nothing to its v

Re: [qooxdoo-devel] Setting NULL or empty value to DateField

2013-02-14 Thread Andreas Parusel
Hi Baskar, you already answered your question yourself ;) Simply create a new DateField (in that case value is set to 'null') and do nothing to its value or set value to 'null' at a later point of time: datefield.setValue(null); In both cases you will get exactly what you want: an empy DateFi

[qooxdoo-devel] Setting NULL or empty value to DateField

2013-02-14 Thread baskar
HI, Is there is any way to set datefield to "empty" or null value... It display's 01/01/1970 when i give an empty string as a value. I want to make it as blank field. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Setting-NULL-or-empty-value-to-DateField-tp7582827.htm