Completed
Last Updated: 19 Feb 2024 12:43 by ADMIN
Release 2024 Q2

### Bug report

When the dateInput option is enabled and the format contains the "ddd" format specifier, the DateTimePicker does not display the date format correctly. Also, when a date is selected, the formatting contains "undefined".

### Reproduction of the problem

1. Define a DateTimePicker with enabled "dateInput" and format equals to "ddd dd/MM/yyyy HH:mm".

2. The format is not correct. When you select a date it is not formatted correctly.

The issue occurs when using the DatePicker, as well.

The last working version is 2023.1.425.

Also, when the "dateInput" is disabled, the date format is displayed as expected.

A Dojo sample for reproduction: https://dojo.telerik.com/oxipADUL

### Expected/desired behavior

The date format must be "day of the week day/month/year hours:minutes" (for example, "Wed 24/01/2024 01:00").

### Environment

* **Kendo UI version: 2023.3.1114
* **jQuery version: 3.7.0
* **Browser: [all]

Completed
Last Updated: 27 Nov 2023 08:25 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
Created by: Tim
Comments: 0
Category: DateTimePickers
Type: Bug Report
2

Bug report

The AM/PM mask of the DataTimePicker is editable.

The behavior might be related to the introduction of the common DateInput package in the DatePickers.

Reproduction of the problem

  1. Run the DateTimePicker Demo
  2. Select a date in the DateTimePicker
  3. Select and delete the AM mask of the selected value

Current behavior

The AM mask gets deleted and is replaced by the default AM/PM

Expected/desired behavior

The AM mask should be non-editable as it isn't part of the value of the Widget.

Environment

  • Kendo UI version: 2023.2.802
  • Browser: [all]
Completed
Last Updated: 19 Oct 2023 13:22 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)

When clicking on the start date input without changing the default date, the drilldown menu closes when selecting the current year. When clicking the date input again, the drilldown menu correctly shows the months of the selected year. The expected behaviour would be to change to the month selection without closing

See this REPL for reference.

 

 

Completed
Last Updated: 08 Nov 2022 21:16 by ADMIN
Release R1.2023-Increment.1(09.Nov.2022)

Bug report

The DatePicker TagHelper does not expose the disableDates configuration option.

Reproduction of the problem

When using the DatePicker TagHelper it is not possible to set the disableDates configuration.

Expected/desired behavior

The disableDates configuration should be configurable similar to the HTML Helpers.

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all]
Completed
Last Updated: 13 Jun 2023 10:26 by ADMIN
Release R3.2023-Increment.1(19.July.2023)

Bug report

The translations of the Time- and DateTimePickers are missing from the kendo.messages.en-US.js file although the Creating New Localization Files sections of the docs states that it has all messages and should serve as template for contributors.

Reproduction of the problem

  1. Open the kendo.messages.en-US.js file in the Kendo UI Core repo
  2. Search for TimePicker or DateTimePicker
Completed
Last Updated: 07 Oct 2020 12:45 by ADMIN
Release 2020.R3.SP.next
Created by: Raff
Comments: 7
Category: DateTimePickers
Type: Bug Report
0

Hi,

 

I'm having an issue with the TimePickerFor control, it doesn't show the time, only a strange format.

 

When I declare the control:

            @(Html.Kendo().TimePickerFor(m => m.ShiftStartDt)
                .Deferred()
            )

 

it only shows a forma of "h:mm tt" instead of the time from the model

 

When I change the control to a datetime picker, it works fine but I don't want to see the date, only the time.

This works:

            @(Html.Kendo().DateTimePickerFor(m => m.ShiftStartDt)
                .Deferred()
            )

 

I have debugged the model and the data is correct,

        [Display(Name = "Start Time")]
        public DateTime ShiftStartDt { get; set; }

 

I have even tried changing the model to TimeSpan but it didn't help

I tried setting the format also on the control and using jquery:

        $("#ShiftStartDt").kendoTimePicker({
            format: "HH:mm"
        });

 

still always shows "h:mm tt" always, no matter what I do

 

Regards

Raff

Completed
Last Updated: 19 Jun 2020 09:11 by ADMIN
Release 2020.R2.SP1
Created by: Bruno
Comments: 1
Category: DateTimePickers
Type: Bug Report
0

using DateTimePicker new features  .ComponentType("modern") in french localization, the new feature are show in english and not in french.