Displaying long date format in TPlannerDatePicker

I am changing a TAdvDateTimePicker to a TPlannerDatePicker and it's working quite nicely, except that I cannot find a property or event where I can specify that I want a long date format (such as dddd dd-mmm-yyyy).

The TPlannerDatePicker uses the application wide FormatSettings.ShortDateFormat and will dispay the selected date in this format, so it will match global operating system & application date formatting.

Thank you, Bruno. I have been able to tweak the component (when multiselect is false) to use the long format of my choice. :slight_smile: