仅显示日期选择器中选定的日期

发布于 2024-12-03 03:40:41 字数 65 浏览 0 评论 0原文

我有带有日期选择器的历史记录窗口,但有些天在数据库中没有任何记录,我想在日期选择器中禁用这些天。 任何想法请。 谢谢

I have history window with date picker but there’s some days without any record in DataBase, I want to disable this days in the datepicker.
Any ideas please.
Thank you

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

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

发布评论

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

评论(2

jJeQQOZ5 2024-12-10 03:40:41

您可以使用 DayRender 事件处理程序来禁用日期在日期选择器中。请参阅此示例网站知道。

You can use the DayRender event handler for disabling the dates in the datepicker. Refer this sample site to know.

一场信仰旅途 2024-12-10 03:40:41

查看 DatePicker.BlackoutDates 属性。此集合中的日期将在下拉日历上显示为已禁用。

Have a look at the DatePicker.BlackoutDates Property. Dates in this collection will appear as disabled on the drop-down calendar.

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