Question about time picker control

WBOY
Release: 2016-08-18 09:16:34
Original
1330 people have browsed it

A time picker is used in the project, and the current one is bootstrap-datetimepicker. Because the selection must be accurate to minutes and seconds, you must first select the date when using this component, then enter the hour box to select the hour, and finally enter the minute box to display the minutes. PM thinks this interaction is too bad. So I want to ask if datetimepicker can set the hour and minute boxes to appear together when the day box appears? Or are there other components available that meet my needs? Attached is a picture of the datetimepicker I use and a picture of PM's ideal time picker.

First of all, what I am using now is that a single page only displays the day, hour, and minute.

Question about time picker control

The picture below is the ideal time selector for PM. Days and hours, minutes and seconds appear in the same interface

Question about time picker control

Reply content:

A time picker is used in the project, and the current one is bootstrap-datetimepicker. Because the selection must be accurate to minutes and seconds, you must first select the date when using this component, then enter the hour box to select the hour, and finally enter the minute box to display the minutes. PM thinks this interaction is too bad. So I want to ask if datetimepicker can set the hour and minute boxes to appear together when the day box appears? Or are there other components available that meet my needs? Attached is a picture of the datetimepicker I use and a picture of PM's ideal time picker.

First of all, what I am using now is that a single page only displays the day, hour, and minute.

Question about time picker control

The picture below is the ideal time selector for PM. Days and hours, minutes and seconds appear in the same interface

Question about time picker control

https://eonasdan.github.io/bo...

Set the following attributes on the label

<code>data-date-format="yyyy-mm-dd hh:ii:ss"</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template