Skip to main content
Inspiring
May 14, 2008
Question

what is best way to do this?

  • May 14, 2008
  • 1 reply
  • 280 views
Dear friends...

Need your thought on this... Please help.

i need to implement time picking simple way......


We need to inform employees work shedule.


Here is the senario,

For every employee, Some time work may start from monday to friday 8AM to 5PM.

Some time, work will be only Monday 10 AM to 2 PM


sometime work will be tuesday 2PM to 5PM, thursday 3PM to 6 PM


Work time will change or will be a range based on date.


How to handle all senario easy way. User don't want a complicated time selection method.
    This topic has been closed for replies.

    1 reply

    Inspiring
    May 16, 2008
    How about creating a checkbox for each day along with 2 text or select fields: StartTime and EndTime. That way the client just has to click on the days and enters the start_end times for each day. If you wanted to abstract it up one level, you could create a table of "schedule" settings like this and then allow the client to select one of these schedules on the employee screen.