DOS批处理,确定是否是该月的最后一个星期一?
是否可以在 DOS 批处理文件中测试当前日期是否是该月的最后一个星期一?如果是这样,我该怎么做?
Is it possible within a DOS batch file to test if the current day is the last Monday of the month? If so, how can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这会起作用...测试星期几,然后日期是否大于 24(或 23 对于有 30 天的月份,或者 21 在二月的情况下...那就是 22闰年,所以你也想添加该测试):
I think this will work...test for the day of the week, and then whether the date is greater than 24 (or 23 for months with 30 days, or 21 in the case of February...that'd be 22 in leap years, so you'd want to add that test as well):