补充 date 的文档

This commit is contained in:
吴多益 2021-06-08 13:39:23 +08:00 committed by GitHub
parent 4328d49452
commit 2f8a04cee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -522,9 +522,9 @@ ${xxx | date[:format][:inputFormat]}
```
- **format**:需要展示的格式,默认为`LLL`,即本地化时间格式
- **inputFormat**:指定该变量值的格式,默认为`X`,即时间戳秒,如果是毫秒则是 `x`
具体参数的配置需要参考 [moment](https://momentjs.com/docs/)
- **inputFormat**:指定该变量值的格式,默认为`X`,即时间戳秒,具体参数的配置需要参考 [moment](https://momentjs.com/docs/),下面是其它几种常见的格式:
- `x`,毫秒
- `YYYY-MM-DDTHH:mm:ssZ`ISO8601 格式,其中 YYYY 是年MM 是月DD 是日HH 是小时mm 是分钟ss 是秒
```schema
{