在 .NET DateTimePicker 中设置最大日期会导致下拉日历显示错误的日期
如果您使用 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里的行为相同,对我来说看起来像是一个错误。
不幸的是,到目前为止,还没有解决方法。
Same behaviour here, looks like a bug to me.
So far, no workaround unfortunately.