hi,
i have a inputbox that have a hour in this format:

12:00:00 what i want to do is change the hour,secunds,minuts
by pressing only the keys up and down.

i have seen some web forms that do that but i can´t figure out how do that.
any one know something like that?
thanks a lof for your help
:)

Recommended Answers

All 2 Replies

Hi,
You have mistaken PHP as a client-side scripting language. PHP is a server-side language, which means it does its stuff before it sends the page off. Well, sort of.

You will need JavaScript to do this. I am not a complete expert at Javascript so I won't attempt to make a script as I will mess it up... ;)

Hope this helps,
Kieran :)

ok, thanks for your help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.