FormatString Propery
|
Set / Gets the format string of a datepicker control.
SYNTAX
Pseudo-OOP:
Set:
<ParentWindowName>.<ControlName>.FormatString:= cFormatString
Get:
<ParentWindowName>.<ControlName>.FormatString --> cFormatString
Function syntax:
Set:
SetProperty ( <ParentWindowName>,<ControlName>, FormatString, cFormatString)
Get:
GetProperty ( <ParentWindowName>,
<ControlName>, FormatString) --> cFormatString