Hours of Day, Days of Week Visual Screen for Web Application
I need a visual frame for my application. There will be hours of day(no need to minutes as like 1:00pm, 1:15pm, 1:30pm, 1:45pm, 2:00pm or something like that, just 1:00pm and 2:00pm is enough) and days of week(no need for weeks of month) And user will be able to select the hours of each day. In my program, it will say that Sunday 1-2 has selected, Monday 9am-1pm and 3pm-6pm have selected or something like that... How can I do that. I searched for JQuery but could find only this: http://www.webdesignbooth.com/9-useful-jquery开发者_如何学运维-calendar-and-date-picker-plugins-for-web-designers/ and this are not for me or I dont can I modify one of them and suitable for my program?
You can use simple list (or div, or option) with Timepicker addon for every list item. Timepicker lets yuo to use an hours (and even minutes if you need that).
https://github.com/robmonie/jquery-week-calendar/wiki/ this looks like more suitable for me. Just I need to limit its functionality no need to add events just selecting this times?
精彩评论