About
Pricing
Community
Teams
Start Free Trial
Log in
Rohit Bajaj
asked on
3/26/2016
HTML input field to enter time with hours minutes and am pm
HI,
I want to make a user enterable time field in html page. so that user can select the hours minutes and am pm etc.
from drop down...
Thanks
HTML
9
3
Last Comment
Rohit Bajaj
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Dave Baldwin
3/26/2016
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Moussa Mokhtari
3/26/2016
Use HTML default type
<input type="time" name="timepicker">
Dave Baldwin
3/26/2016
HTML5 type="time" is not supported in Firefox or Internet Explorer.
Moussa Mokhtari
3/26/2016
Thanks Dave I was unaware of that
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
SOLUTION
Ray Paseur
3/26/2016
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
Rob
3/26/2016
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Rohit Bajaj
3/26/2016
ASKER
i am using spring mvc on server side
Rob
3/26/2016
What about for the client? Any of the options we've suggested ok?
Rohit Bajaj
3/26/2016
ASKER
yes they seem fine...i am using jquery js ..will try these options and post back
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
<input type="time" name="timepicker">