 "displayFormat"
"displayFormat"
    
    This attribute allows to define the format in which time and date are shown.
Synopsis
shape.displayFormat(string format);
Parameter
| Parameter | Description | 
|---|---|
| shape | Name of the object. | 
| format | Format in which time and date are shown | 
Description
This attribute allows to define the format in which time and date are shown. Refer to DateTimeEdit.ewo for possible expressions to define the format.
 Example
Example
main()
{
  DateTimeEdit_ewo1.displayFormat("dd.MM.yyyy HH:mm");
}Assignment
DateTimeEdit Widget
