My application has the following Globalization settings:
If a user types a date in (UK) numeric format DD/MM/YYYY into the Jet date picker item (e.g. '01/12/2020' meaning 1st December 2020) the item automatically reformats it to the application format, but it becomes 12-Jan-2020 - i.e. it has assumed the user was using US format MM/DD/YYYY.
Is there a way to make the date picker use the UK format when reformatting?