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.
我想知道是否有一种方法可以在用户输入 10 时自动填充时间,然后我希望它显示 10:00。我怎样才能做到这一点?
您需要使用 datepicker 控件。一旦您在表单上拥有控件,请右键单击控件并选择数据选择器属性 选择所需的数据类型。可能是您的场景的日期时间或文本。选择数据类型选择旁边的格式按钮
在顶部列表框中选择(do not Display Date)并在底部列表框中选择适当的时间格式。
(do not Display Date)
当您预览表单时,当您输入像 10 这样的数字时,它将被格式化为 10:00 AM 假设这是选择的格式。