The ASP.NET WebForms version of the DatePicker always used the default date format of the current locale. However, there is now a new property called "Pattern" available in the latest sandbox build (2020.4.3771) - it will let you change the date format as needed.
https://aspnet.daypilot.org/sandbox/
use Pattern="dd/MM/yyyy" to get the uk date format