473,405 Members | 2,272 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Time picker

I have a time field in an application. I am looking for some kind of
pop up function that lets me insert a time.
So its like a calendar pop up but you can choose a valid time instead
of a date

Has anybody here made such a function or know a link to any exampels
Thanks
Jul 20 '05 #1
4 25685

<ti**********@hotmail.com> schreef in bericht
news:5b**************************@posting.google.c om...
I have a time field in an application. I am looking for some kind of
pop up function that lets me insert a time.
So its like a calendar pop up but you can choose a valid time instead
of a date

Has anybody here made such a function or know a link to any exampels
Thanks


What about 2 (or 3) selects for hour and minutes (and seconds).
As opposed to a calendar, which changes by the month, the clock is the
same every day.
(Unless Dr J has another opinion on this subject, ofcourse :-)

Fred
Jul 20 '05 #2
http://www.softcomplex.com/products/...dar/demo1.html

Note the examples in rows 3 and 4.
Jul 20 '05 #3
JRS: In article <bk************@ID-108377.news.uni-berlin.de>, seen in
news:comp.lang.javascript, Fred Serry <fr***************@planet.nl>
posted at Fri, 19 Sep 2003 15:02:31 :-

<ti**********@hotmail.com> schreef in bericht
news:5b**************************@posting.google. com...
I have a time field in an application. I am looking for some kind of
pop up function that lets me insert a time.
So its like a calendar pop up but you can choose a valid time instead
of a date

Has anybody here made such a function or know a link to any exampels
Thanks


What about 2 (or 3) selects for hour and minutes (and seconds).
As opposed to a calendar, which changes by the month, the clock is the
same every day.
(Unless Dr J has another opinion on this subject, ofcourse :-)


One can do it exactly like a date picker, except that there is no need
to vary the length of any drop. To keep the Americans happy, and to
annoy almost everyone else, one could add a.m. & p.m. - rather
carefully, when interpreting.

With drops of length 60 for seconds and minutes, the method seems slower
than just typing in something like 12:34:56. Try my YWD picker, which
has a drop of 53 for next year.

One could make something like my Date Picker, but with three arrays of
buttons; that would be fast, for expert mouse-wielders; but a waste of
download time. See <URL:http://www.merlyn.demon.co.uk/js-date6.htm>
Date and Time Choosers, and <URL:http://www.merlyn.demon.co.uk/js-
date4.htm> on validation.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://jibbering.com/faq/> Jim Ley's FAQ for news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> JS maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/JS/&c., FAQ topics, links.
Jul 20 '05 #4
<ti**********@hotmail.com> wrote in message
news:5b**************************@posting.google.c om...
I have a time field in an application. I am looking for some kind of
pop up function that lets me insert a time.
So its like a calendar pop up but you can choose a valid time instead
of a date

Has anybody here made such a function or know a link to any exampels


I once needed a data and time input in a SAS/AF application that may have
some relevance here, for the date I used a standard calendar, and for the
time I used a dialog that required 2 clicks to input the time, one to set
hour, by clicking on fields labeled 0-23, with am/pm option.

Hour:
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
AM PM

The 0-23 was actually a single field and I got the mouse location to
determine the hour, the am/pm was a radio set (SAS choice group)
The minutes I handled by creating a single 60 column text widget with 2
rows of numbers in a monospace font that looked like (sorry if they don't
line up here):

Minute:
0----|----1----|----2----|----3----|----4----|----5----|----0
01234567890123456789012345678901234567890123456789 0123456789

where each minute was represented by a vertical set of numbers/symbols
for 0-5 and 0-9. A click on this field was intercepted, and the horizontal
location retrieved to determine the minute value.

Other fields displayed the selected time, and offset from "now". A
custom prompt string was passed to the routine, and final OK button press
was optionally required.

I haven't done this in JavaScript so I don't know how the logistics of
determining click offest on a fixed font, and popup non-modality would
actually come together, but the SAS implementation worked very well, and was
one of my most heavily used utility subs for database input.

zin
-- http://www.zintel.com
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: john | last post by:
Can someone give me a url of a time picker? I found a lot of date/time picker but no timepicker alone. I just want a time picker. Thanks.
5
by: Adrian Parker | last post by:
Hi. I have a date time picker in my program which uses ADO to read from an Access database. It works perfectly, unless the database is empty (no records) when opened. When you try to open an...
3
by: TD | last post by:
This code doesn't work. Every posting I can find suggests that it should. If TypeOf controlname Is DTPicker then do something here End If I am using the Date Time Picker control and wish to...
7
by: XmlAdoNewbie | last post by:
Hi All, I am wondering if it is possible to allow nulls or empty strings when it comes to the datetimepicker control. I have an app with a few datetimepickers on it and there are some instances...
2
by: Need Helps | last post by:
The example given in msdn.com on how to create a Date Time Picker involves using the CreateWindowEx function. However, I created a dialog box using the graphical interface, and then used the...
4
by: Michael Turner | last post by:
Hi Guys I have two DateTime pickers one shows the Date and the other the time, this is a requirement of the solution. The problem I have is that when the time is saved to the sql database into a...
4
by: Michel Posseth [MCP] | last post by:
I have a problem with the date time picker validate event wich i believe is a bug How to reproduce : throw on a form a date time picker control and a textbox control select the validating...
0
by: fredloh | last post by:
i have a tab control on my form. i then have several microsoft date and time picker control on the tab control. when i select a date on any of the date and time picker control, the result of the...
1
by: Sabbuser | last post by:
Hey Guys please help me out!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I have placed a Date & Time Picker Control on a form in Windows 2000, When our Organization has upgraded all the PC's with...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.