please help me out regarding time in php. I want to make time selection for a website that offers their services at different time . I want to make it like a date picker calendar . I haven't find anything yet . i can make in drop down box but showing the 60 min drop down looks quite ugly . plz help me out regarding this .
please help me out regarding time in php. I want to make time selection for a website that offers their services at different time . I want to make it like a date picker calendar . I haven't find anything yet . i can make in drop down box but showing the 60 min drop down looks quite ugly . plz help me out regarding this .
Share Improve this question asked Mar 19, 2011 at 13:43 user667340user667340 5312 gold badges10 silver badges22 bronze badges 2- 1 If you didnt find one by searching, you didnt try hard enough. – Gordon Commented Mar 19, 2011 at 13:56
- First search result on Google when searching for Javascript timepicker: 21 Free Javascript Timepicker – Gordon Commented Mar 19, 2011 at 13:56
3 Answers
Reset to default 3Well I won't remend you making it from scratch. Instead you can use the jquery plugins available freely :). Some of them I remend are
1) Full Calendar
FullCalendar is a famous jQuery calendar plugin which offers features like drag-and-drop, integration with Google Calendar and able to fetch events through JSON. Designers can easily customize the look and feel of the calendar, while developers can utilize the exposed hooks for user-triggered events.
Website: http://arshaw./fullcalendar/
2) jQuery Interactive Date Range Picker
This powerful date range picker is a modified version of jQuery UI’s Datepicker ponent. It has a quicker date selection from a list of preset dates/ranges and a smooth transitions. The latest version uses the jQuery UI 1.7 and jQuery UI CSS Framework. With the power of jQuery UI, user can now switch the calendar theme easily.
You might like my jQuery UI timepicker plugin. I built it to looks like the jQuery datepicker.
http://fgelinas./code/timepicker
Use HTML5, it natively supports date pickers and all time-related inputs. See http://diveintohtml5.ep.io/forms.html