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
0
votes
1 answer

How to convert a TimePicker Value to a unix timestamp for Windows Phone 7?

uuhm.. I have another problem. I need to convert a TimePicker (Windows Phone 7) Value to a unix timestamp.. How is this possible? Thanks!
0
votes
1 answer

how to calculate time difference when start time and end time are generated dynamically dynamic id for each row?

I would like to calculate time difference based on dynamic id from 2 text-fields and display it on third. My current code: function mdiff(t1,t2) { var t1 = hour2mins(t1); var t2=hour2mins(t2); var ret = mins2hour(parseInt(t2-t1)); …
Mackzie
  • 41
  • 1
  • 11
0
votes
1 answer

Time picker crashing when changing from AM to PM

So my app has 2 buttons. One that opens a datepicker dialog fragment and one that opens a timepicker fragment. The button texts show the selected date and time. The date picker works perfectly but I'm running into several problems with the…
Ronnie
  • 357
  • 4
  • 15
0
votes
1 answer

Using Time Picker to make alarm clock

So what I am trying to do is to make an alarm clock. I am having trouble getting the current time and get the timepicker's time to compare them. If you could help me out a bit just getting the timepicker's time and the current time in the same kind…
user1502224
  • 95
  • 2
  • 13
0
votes
1 answer

I'm trying to setup Trent's datetimepicker and timepicker

I'm trying to setup Trent's datetimepicker and timepicker. I have jQuery Datepicker setup and working. I added everything the docs said to include but just can't get it to work. Here is a link to my test page where the datepicker is working but…
0
votes
2 answers

How can I override TimePicker to change text color

My view has a white background, and it has to stay that way. I have a TimePicker on that white background.Everything is woking fine with android 2.3.3 but android 4.0.3 has a new timePicker style. The numbers have a very bright color. It is very…
0
votes
1 answer

adding jquery time picker to the dynamically added rows in a table

Hi i created a table in my page in which i used the timepicker functionality for the input elements, and using the below function i'm adding a new row in my table whenever i reach the last row in the table: