DateControl Xojo Plugin

DateControl.DateFormat Property

Defines the display format of the date.

DateFormat as Integer {Read and Write}

Remarks

If set to one (Automatic) then the date will be displayed in a system defined format depending on how the locale is set on each machine.

Possible values:
0 - Automatic (Order and separator is defined by the system)
1 - mm.dd.yyyy (Separator is defined by the system)
2 - dd.mm.yyyy (Separator is defined by the system)
3 - SQL format (like: 2006-03-17)

See Also

DateControl Control