This property determines how the date value for the control should be formatted.
Property Type: Static
Default Value: dd/MM/yyyy
Hierarchical Reference: ControlNameDefault
Ensure the property is a static property (It will display the gray orb alongside the property name)
The default value of the static property can be changed by typing the required value directly into the property field.
Date Format Property | Result | Notes |
---|---|---|
"dd/mm/yy" | Will format the date as (for instance) 23/11/14 | |
"mmmm-dd-yyyy" | Will format the date as (for instance)
November-23-2014 |
A rule can also be built for this property by changing the type to dynamic.
See How To: Change A Static Property To A Dynamic Property.
Character Limit Property Value (Dynamic) | Result | Notes |
---|---|---|
IF(CountryReturn="USA", "mm/dd/yy", "dd/mm/yy") | Will use the format mm/dd/yy when USA is selected from the control Country, otherwise dd/mm/yy will be used. |
Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.