开发者

Setting timing in javascript. any idea for widget?

开发者 https://www.devze.com 2023-03-20 20:53 出处:网络
i want to give user facility to choosehow much time from the datepicker . they can choose in minutes and hours.

i want to give user facility to choose how much time from the datepicker . they can choose in minutes and hours.

are their any datepicker can help me to choose the timespan or tim开发者_如何学编程estamp.

any way to do this in html5


In html5 you can pick timestamp using one of following inputs:

<input type="date">
<input type="month">
<input type="week">
<input type="time">
<input type="datetime">
<input type="datetime-local">
0

精彩评论

暂无评论...
验证码 换一张
取 消