This flag 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 format.
Example: The following line sets the default date format to USA with 4 digit year
No Format |
---|
pui.defaultDateFormat="MM/DD/YYYY";
|