在 .net 1.1 中将日期/时间设置为日期时间选择器
我的一个应用程序中有一个日期时间选择器。加载获胜表单时,我需要日期时间选择器默认为今天日期之后的星期三。知道如何做到这一点吗?我们在此应用程序中使用 .Net 1.1。
谢谢, 麦克风
I have a datetime picker in one of our apps. When loading up the win form I need the date time picker to default to the Wednesday following todays date. Any idea how to do this? We are using .Net 1.1 for this app.
Thanks,
Mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该可以...只需添加天数,直到下周三
this should do it...just add days until you hit the next wednesday