TWebDateTimePicker Display Date Format

Please help, how to change the display of TWebDateTimePicker with the format dd-mm-yyyy, how do you do that, because there is no property that can change that?

Been trying all things to format dates in the picker and in tablecontrol without any consistent success.

You could try FormatSettings.ShortDateFormat := 'dd-mm-yyyy'; in an initialization section

Thanks for the suggestion, but sorry sir, I have tried it but TWebDateTimePicker just always shows mm/dd/yyyy, maybe any suggestions or other way?