• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JavaScript time picker

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

i am not very familiar with java script and i am looking for a script that has a simple functionality.

Three simple fields should display a time e.g.
12 ^ 00 ^ 00 ^

these fields should not be editable. Only ^ (kind of button) should increase each field (hour, minutes, seconds)

Thanks in advance,
Andr�
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You want us to write it for you?
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
look at this: http://codingforums.com/showthread.php?t=34958&highlight=number

Eric
 
Andr� Latour
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Bear,

definitely not! Unfortunately it was not my intention that you assume you should code this for me.

There a many code snippets around the net that deal with special javascript features. I thought that my question is just a "normal" use case that somebody has already programmed and i would unwillingly reinvent the wheel because i am only incapable to find it.

Therefore i would be very happy if some know such a snippet. NOBODY should programme this for me! I am sorry if you misunderstood my intention.
if the worst comes to the worst, i have to become familiar with javascript but this will cost me definitely a lot of time.

Regards,
Andr�
 
reply
    Bookmark Topic Watch Topic
  • New Topic