Currently, the KendoReact DateTimePicker supports passing a DateFormatOptions object to the format prop, but it only respects the datetime property. This prevents developers from using separate localization styles for the date and time portions (e.g., date: "medium", time: "short"), which is supported by the native Intl.DateTimeFormat and toLocaleString APIs.