我想让用户工具从datepicker中选择多少时间。他们可以选择 分钟和小时。
他们的任何日期选择器可以帮助我选择时间跨度或时间戳。
在html5中以任何方式执行此操作
答案 0 :(得分:0)
在html5中,您可以使用以下输入之一选择时间戳:
<input type="date">
<input type="month">
<input type="week">
<input type="time">
<input type="datetime">
<input type="datetime-local">