Hi,
Is there a way to change the format of dates in the DatePicker as it I want to display the date as dd/mm/yyyy. I have changed our regional settings for the site but it's still displaying the date in america format

Hi,
Is there a way to change the format of dates in the DatePicker as it I want to display the date as dd/mm/yyyy. I have changed our regional settings for the site but it's still displaying the date in america format

Thank you, works brilliantly
This does not seem to work on a Display Form.
How do I change the formatting of a field on a Display form?
Dear @sphilson,
You can try the following:
fd.field('Date').$el.textContent = fd.field('Date').value.toLocaleString('en-GB');