Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何使用 Blazorise 时间编辑组件,但问题是我不知道如何以 24 小时格式使用它。如果您向我发送指南或介绍我可以在我的 Blazorise 项目中使用的任何其他组件,我将不胜感激。提前致谢
TimeEdit 组件基于input type="time",这意味着它将由浏览器控制,因此无法更改显示或编辑格式。相反,您可以使用 Blazorise 新组件,名为 TimePicker,它能够更改格式。
input type="time"