Answer posted by Dan Letecky [DayPilot] 10 years ago.
Unfortunately this is not supported at the moment.
Comment posted by Anonymous 10 years ago.
any update ?
Answer posted by Graham 10 years ago.
I have managed to do this with a slight hack. If you set the business start and end hours and the cell duration you can split the day into morning and afternoon.
but you can then use JQuery to find these values and replace them with your morning and afternoon text
$("[title='16 '] > div").text("Afternoon")
Comment posted by Dan Letecky [DayPilot] 10 years ago.
In the Month control (http://doc.daypilot.org/month/) splitting the cell into two parts would be possible using BeforeCellRender by inserting custom <div> elements. That would split the day cell into two parts visually but it won't affect the event placement (they will be stacked just like before).