This flag option sets the default date format the calendar icon will use on a date widget . In many cases the date format is specified directly on the date widget, but if it is not specified it will use the default date formatthat does not have Date formatting selected. For example, when Character or Number formatting are selected.
Example:
The following line sets the default date format to USA with 4 digit year
Code Block |
---|
pui.defaultDateFormat="MM/DD/YYYY";
|
If this option is not specified it will default to "MM/DD/YY"
Where do you save this configuration option? Here.