Description
Overriding the date format pattern in an application click-page.properties doesn't get picked up. The issue is that DateField constructor loads the date-format-pattern before the datefield is added to the Page. Since the parent Page has not been set at this stage, it isn't possible to find the parent page properties.
Need to defer loading of the date-format-pattern until it is needed.