react-scheduler / react-big-schedule

React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React.
https://react-big-schedule.vercel.app/
MIT License
99 stars 23 forks source link

time range set #152

Closed moreswapnil95 closed 1 month ago

moreswapnil95 commented 2 months ago

Checklist

Please make sure the question is worded well enough to be understood

image

i want to set time 8am to 6pm how to do that

ansulagrawal commented 1 month ago

@moreswapnil95 you can check out https://react-big-schedule.vercel.app/custom-time this page.

You just need to add dayStartFrom: 8 and dayStopTo: 18 in scheduler-config.

eg: https://github.com/react-scheduler/react-big-schedule/blob/f95b9aeca24d190404cac81d1c8a3383974b6b3b/src/examples/pages/Custom-Time/class-based.jsx#L21