Hello list,

I want to show the selected data from the 
http://demo.qooxdoo.org/1.0.x/demobrowser/#widget~DateChooser.html
DateChooser  into a table column.

var currentDate = WinDeadline.chooser.getValue();
alert(currentDate);
var rowData = [];
rowData.push([ "", "", "", currentDate ]);
this.tableModel.setData(rowData);
-----------------------------------------

The Problem is:
The alert shows the date in correct format:

Tue Mar 23 2010 12:00:00 GMT+0100

but in the Table column the Date is;

3/23/10


I dont understand why this is shown in a different way?
What can you do that the date is shown in the table as same as in the alert?

best regards
Hansjoerg
-- 
View this message in context: 
http://old.nabble.com/DateChooser-value-in-table-column-tp27904653p27904653.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to