Joi:验证日期是否大于 x 天后

Adi*_*pta 6 validation node.js joi hapi.js

验证日期字段是否大于 x 天。

现在我有这个片段来检查日期是否大于现在。

planned_date: Joi.date().greater('now').required()
Run Code Online (Sandbox Code Playgroud)

但我想验证一下,现在至少planned_date比现在多了2 天。这可以与 结合使用,但无法使其工作。moment.js