Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Time Picker for mobile devices

I am working in HTML5, CSS3 and using jQuery for my project. I need to have a time picker only - no date picker - for mobile devices like iPad, Galaxy etc. It should work with both touchscreen and non-touchscreen devices. I found one with a slider but it failed on mobile devices.

like image 370
Mustehsan Ikram Avatar asked Apr 02 '11 11:04

Mustehsan Ikram


People also ask

How do you make a time picker?

You will use Android studio to create an Android application and name it as TimePicker under a package com. example. timepicker. Modify src/MainActivity.

What is a time picker?

Time pickers allow users to enter a specific time value. They can be used for a wide range of scenarios. Common use cases include: Setting an alarm. Scheduling a meeting.

What is Android picker?

Android provides controls for the user to pick a time or pick a date as ready-to-use dialogs. Each picker provides controls for selecting each part of the time (hour, minute, AM/PM) or date (month, day, year).


1 Answers

Check out DateBox. I think it does exactly what you need:

timepicker

like image 123
fretje Avatar answered Nov 15 '22 23:11

fretje