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 DateField! Cheers! Andreas Am 14.02.2013 um 10:53 schrieb baskar <[email protected]>: > 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.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
