Skip to content
New issue

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

js sdk 6.9版本,date组件启用fromNow默认显示英文 #11219

Open
leaf188 opened this issue Nov 19, 2024 · 0 comments
Open

js sdk 6.9版本,date组件启用fromNow默认显示英文 #11219

leaf188 opened this issue Nov 19, 2024 · 0 comments

Comments

@leaf188
Copy link

leaf188 commented Nov 19, 2024

描述问题:

js sdk 6.9版本,date组件启用fromNow默认显示英文

截图或视频:

Uploading c8bf20374e2541541a3f70b17633f90.png…

如何复现(请务必完整填写下面内容):

  1. 你是如何使用 amis 的?
    js sdk 6.9

  2. 粘贴有问题的完整 amis schema 代码:

{
                type: 'page',
                title: '表单页面',
                body: {
                    type: 'form',
                    mode: 'horizontal',
                    api: '/saveForm',
                    body: [
                        {
                            "type": "date",
                            "fromNow": true,
                            "value": "1591326307"
                        }
                    ]
                }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant