Questions tagged [timepicker]

A view for selecting the time of day, in either 24 hour or AM/PM mode.

The hour, each minute digit, and AM/PM (if applicable) can be conrolled by vertical spinners. The hour can be entered by keyboard input. Entering in two digit hours can be accomplished by hitting two digits within a timeout of about a second (e.g. '1' then '2' to select 12). The minutes can be entered by entering single digits. Under AM/PM mode, the user can hit 'a', 'A", 'p' or 'P' to pick. For a dialog using this view, see .

1534 questions
-1
votes
1 answer

WPF TimePicker dropdown intervals

I have a TimePicker declared in my XAML view: Which binds to this TimeFrame…
RoadRunner
  • 25,803
  • 6
  • 42
  • 75
-1
votes
2 answers

Cannot resolve constructor TimePickerDialog

I want to show when clicking on an editText a timePicker and it gives me this error in the constructor, it sure is a silly mistake but I can not solve it, can someone help me? hIni.setOnClickListener(new View.OnClickListener() { …
midlab
  • 189
  • 1
  • 6
-1
votes
1 answer

How to build a TimePicker.TimeChanged Event in c#?

in my tool I create a TimePicker XAML control while runtime, but I'm struggling with the TimeChanged Event. // TimePicker TimePicker timePicker = new TimePicker { Margin = new Thickness(0, 0, 0, 7), HorizontalAlignment =…
adi
  • 19
  • 4
-1
votes
1 answer

how to set timepicker value in Modal for edit the time?

i'm still learning PHP, i have a table and have a update form to update the data.for update the data i'm using a Modal. so when i want to update the data in the table i just click the "update" button and then the popup menu for update the data will…
-1
votes
1 answer

Picker showing as clock instead of spinner

I was creating a one of my activities separately from my main project because it was a big thing. After making it work, I merged everything in my main app. Most of it was copy-paste and just change the paths and such. Now, my problem is my time…
-1
votes
2 answers

How to use time picker dialog when the main class extends a fragment on its own?

I can't understand how to use time picker dialog when my main class is a fragment on its own. Please share some code so that I can solve this problem. I am stuck with this. Are there some additional methods that I would require to implement? Using…
-1
votes
1 answer

how to compare login time and logout time.logout time must greater than login time using timepicker

if (Convert.ToDateTime(GrdEmployeeAttendance.CurrentRow.Cells["LoginTime"].Value) < Convert.ToDateTime(GrdEmployeeAttendance.CurrentRow.Cells["LogoutTime"].Value)) { if (GrdEmployeeAttendance.Columns[e.ColumnIndex].Name == "LoginTime") { …
Aswathi
  • 973
  • 2
  • 7
  • 9
-1
votes
1 answer

How get Time picker django form (Template)

How get Time picker django form. Here is my code. Thank you My model: class activite(models.Model): jour = models.ForeignKey('jour',on_delete=models.CASCADE, related_name='jour' ) debut = models.TimeField(blank=True, null=True) …
Bak
  • 411
  • 1
  • 5
  • 19
-1
votes
1 answer

timepicker Working on local but not in production

i am using laravel 5.5 with jquery.timepicker.js trying to set time selector output is fine on local here is screenshot but after upload on server its not working output is like whats the problem help me thanks
Sid Heart
  • 743
  • 3
  • 14
  • 38
-1
votes
2 answers

TimePicker on PCL Xamarin project getHour, getMinutes

I am trying to get hour and minutes from a timepicker on Xamarin pcl project. I want to convert them to integers. Is there a getHour or getMinutes method that i can use? I cannot find it. I need this to work on the Portable project NOT on android.
Thomas Athanasiou
  • 121
  • 1
  • 2
  • 11
-1
votes
2 answers

How can I set the time from one input to another by one hour later?

I have a form and when I choose the starttime, I want to set the endtime by one hour later. I tried to solve it this way: $('#timepicker2').val($('#timepicker1').val()); But nothing happened: Time format is "HH:mm"
Yura
  • 3
  • 1
-1
votes
2 answers

Timepicker alert dialog, restrict visibility into new time format in higher version

I have a TimePicker which looks like spinner in higher versions of devices looks like clock, I want to restrict the view not to change in higher version, which should look like spinner only.. can anyone please help me to solve this?
Developer
  • 21
  • 7
-1
votes
1 answer

How to check if timepicker1 time is oldest than timepicker2 time?

i have to select a interval of time. i have two timepickers on my app, i need to check if timepicker1 selected time is less than timepicker2 selected time. If not, i have to show a toast to told the user the error. I also need to do this with two…
NullPointerException
  • 36,107
  • 79
  • 222
  • 382
-1
votes
1 answer

Android- Set time on TimePicker from SharedPrefs ints

I have a TimePicker set in the 24 hour format. I have tried something like this in the onCreate() method of my activity class that uses it, but it doesn't seem to keep the time I change when I back out and reload the activity. Is something wrong…
-1
votes
1 answer

Simplest Angular js timepicker pop up

Hello All Can Anybody suggest me a simple timepicker popup for angular js, I tried Following timepicker http://embed.plnkr.co/2ReOvuuhtNNcgtmWycOt/ http://www.mytechtip.com/2014/03/angularjs-timepiker-popup-ui-bootstrap.html but getting the…
Vish
  • 280
  • 2
  • 18
1 2 3
99
100