I am creating a date-time picker in which you'll be able to select a date, or a range of dates, or a date + time, or a range of date + time, or time, or range of time. The date picking is already done, but now I am dealing with picking time and minutes and I can't find something satisfactory.
I am working on a web project which will accessed by users ranging from experts to ones with basic informatics knowledge.
I have checked some famous and widely used ideas, such as the time picker from Material UI, but that doesn't serve me because I find the 24h clock a bit confusing, since it has twelve hours in an outter clock and the next twelve hours in an inner clock; also, for minutes, you need to drag the clock pointer, which seems to take too long and requires precision. Another solution would be the iOS mobile select, one for hours, another for minutes, but this ones needs a bit of searching to get to the wished target.
Currently, I have this for hours, and for minutes it's something similar but with a longer list: 00-59.
Well, I can't find the idea, but I'd love suggestions.



