【发布时间】:2020-11-15 16:27:51
【问题描述】:
是否可以将 6 个月添加到日期并从现在开始使用 Vue Moment 在一行代码中使用
我在想这样的事情:
date | moment('add', '6 months', 'DD/MM/YYYY') | moment('from', 'now')
或者这个
date | moment('from', 'now', 'add', '6 months')
但是这些方法不起作用,有什么想法吗?有没有可能?
【问题讨论】: