Unplanned
Last Updated: 25 Jul 2025 07:53 by Alberto
Alberto
Created on: 25 Jul 2025 07:53
Category: KendoReact
Type: Feature Request
2
Support Separate date and time Options in DateFormatOptions for DateTimePicker

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.

0 comments