Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

dateFormat Property

Gets or sets the widget's date format display property. For the format to be applied, you need to refresh the widget by calling its "refresh" method.

Syntax

QuiX XML
<qx:listview xmlns:qx="http://www.innoscript.org/quix" dateformat="ddd dd/mmm/yyyy time">
</qx:listview>
JavaScriptlst.dateFormat = 'ddd dd/mmm/yyyy time';
lst.refresh();
Page last modified on October 15, 2007, at 11:06 AM