在 .NET DateTimePicker 中设置最大日期会导致下拉日历显示错误的日期

发布于 2024-10-14 12:00:54 字数 166 浏览 2 评论 0原文

如果您使用 .NET DateTimePicker 将最大日期设置为比今天更早的日期,则当用户单击日历下拉按钮时,日历默认为当前月份的第一天,而不是控件中已选择的日期(这将是正确的行为)。

我相信发生这种情况是因为控件无法在可用日期范围内找到今天的日期。有人可以确认这是否属实并可能给我一个解决办法吗?

If you use a .NET DateTimePicker with the maximum date set to an earlier date than today when the user clicks the button for the calendar to drop down the calendar defaults to the first day of the current month instead of the day already selected in the control (as would be correct behaviour).

I believe that this is happening due to the fact that the control can't find todays date in the available date range. Could someone please confirm if this is true and possibly give me a work around?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初熏 2024-10-21 12:00:54

这里的行为相同,对我来说看起来像是一个错误。
不幸的是,到目前为止,还没有解决方法。

Same behaviour here, looks like a bug to me.
So far, no workaround unfortunately.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文