Kendo Datepicker-复制日期(巴西时区)

时间:2018-12-12 12:37:21

标签: javascript asp.net-mvc kendo-ui kendo-datepicker

我发现Kendo DatePicker出现此错误行为。仅当PC设置为使用巴西时区时才出现(仅巴西利亚,而不是福塔雷萨)。 问题开始于2018年11月。 这是时区配置-设置为巴西

This is the timezone configuration - set to Brazilian

这就是我看到2018年11月3日日历重复的方式

And this is how I see calendar November 3th, 2018 is duplicated

当我将时区更改为布宜诺斯艾利斯时,日历恢复正常

Time zone configuration set to Bs As Calendar working correctly

这是我的kendoUI日历代码:

@(Html.Kendo().DatePicker()
                            .Name("FinishDate")
                            .Start(CalendarView.Month)
                            .Depth(CalendarView.Month)
                            .Format("MM/dd/yyyy")
                            .HtmlAttributes(new { @id = "datepickerFinishDate", @class = "masked-date kendoCalendar", @tabindex = 3, type = "text" }))

有人可以帮我吗?

谢谢。

0 个答案:

没有答案