We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
华炎魔方规则:库里存的会是选定日期时间的带时区的值,比如显示为2023-11-03 18:30时,库里存的会是"2023-11-03T10:30:xx.xxxZ"。
华炎魔方规则:库里存的会是选定日期的 utc 0时区的0点0分0秒值,比如显示为2023-11-03时,库里存的会是"2023-11-03T00:00:00.000Z"。
华炎魔方规则:库里存的会是1970年1月1号的 utc 0时区的时间值,比如显示为16:34时,库里存的会是"1970-01-01T16:34:00.000Z"。
amis原生表达式是可以写些简单公式实现的,但是最终保存的结果可能不满足华炎魔方日期/日期字段的时区规范,而且有可能不同的amis版本会有差异,所以就算测试到默认值没有问题也不推荐使用。
关联issue: steedos/steedos-platform#5555
The text was updated successfully, but these errors were encountered:
amis的其它原生能力和语法有单独的issue,暂时未实现:steedos/steedos-platform#5683
Sorry, something went wrong.
No branches or pull requests
支持、推荐的语法
日期时间 datetime
华炎魔方规则:库里存的会是选定日期时间的带时区的值,比如显示为2023-11-03 18:30时,库里存的会是"2023-11-03T10:30:xx.xxxZ"。
日期 date
华炎魔方规则:库里存的会是选定日期的 utc 0时区的0点0分0秒值,比如显示为2023-11-03时,库里存的会是"2023-11-03T00:00:00.000Z"。
时间 time
华炎魔方规则:库里存的会是1970年1月1号的 utc 0时区的时间值,比如显示为16:34时,库里存的会是"1970-01-01T16:34:00.000Z"。
amis的其它原生能力和语法
amis原生表达式是可以写些简单公式实现的,但是最终保存的结果可能不满足华炎魔方日期/日期字段的时区规范,而且有可能不同的amis版本会有差异,所以就算测试到默认值没有问题也不推荐使用。
日期时间 datetime
日期 date
时间 time
关联issue: steedos/steedos-platform#5555
The text was updated successfully, but these errors were encountered: