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
当我只想要【月-日-时】的时间选项,不想要年的选项,当前组件就不支持了,只能单独写picker好像有点麻烦
通过修改返回格式,自定义显示时间的选项
The text was updated successfully, but these errors were encountered:
👋 @BigCleverXu,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
https://tdesign.tencent.com/miniprogram/components/date-time-picker?tab=api
是的,目前仅支持 year = 年;month = 年月;date = 年月日;hour = 年月日时; minute = 年月日时分。和 format 也是对应关系
以后会有单独控制年月日的属性吗
No branches or pull requests
这个功能解决了什么问题
当我只想要【月-日-时】的时间选项,不想要年的选项,当前组件就不支持了,只能单独写picker好像有点麻烦
你建议的方案是什么
通过修改返回格式,自定义显示时间的选项
The text was updated successfully, but these errors were encountered: