【发布时间】:2020-09-01 15:15:46
【问题描述】:
last day of the month 是否有 Slack 提醒,以便根据月份在 31 日、30 日或 28 日进行提醒?
/remind @channel to do X on the last day of the month 这样的东西有用吗?
【问题讨论】:
标签: slack slack-commands
last day of the month 是否有 Slack 提醒,以便根据月份在 31 日、30 日或 28 日进行提醒?
/remind @channel to do X on the last day of the month 这样的东西有用吗?
【问题讨论】:
标签: slack slack-commands
这种语法似乎适用于为每个月的最后一天设置提醒:
/remind @someone [What] on the 31st of every month
【讨论】:
有一种方法,但我找不到最好的方法:
/remind @someone [What] on the 28th of every month
这将在每个月的第 28 天提醒您。不幸的是,没有办法解决这个问题。您也可以为每个月的第一天设置提醒:
/remind @someone [What] every month
您可以设置每个月的提醒,但管理起来并不容易:
/remind @someone [What] on the 31st of every January
等等。
【讨论】:
我刚刚为自己创建了 12 条明年的提醒
/remind @yourname to "Fill time-report" at 9:00 on Sep 30
/remind @yourname to "Fill time-report" at 9:00 on Oct 31 # Note that October has 31 days
...
这样您就可以调整当月最后一个工作日是您所在国家/地区的假期
【讨论】: