Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用此调度程序http://alloyui.com/tutorials/scheduler/我将如何将其更改为使用 24 小时而不是上午/下午?
看来您需要在每个受支持的view.
view
var dayView = new Y.SchedulerDayView({ isoTime: true }); new Y.Scheduler( { boundingBox: '#myScheduler', date: new Date(2013, 3, 25), items: events, render: true, views: [dayView] } );