Closed moreswapnil95 closed 1 month ago
i want to set time 8am to 6pm how to do that
@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.
dayStartFrom: 8
dayStopTo: 18
scheduler-config
eg: https://github.com/react-scheduler/react-big-schedule/blob/f95b9aeca24d190404cac81d1c8a3383974b6b3b/src/examples/pages/Custom-Time/class-based.jsx#L21
Checklist
Please make sure the question is worded well enough to be understood
i want to set time 8am to 6pm how to do that