How to set the start hour and end hour of the day in the calendar?
I tried with
but this doesn't work.
And what happens if the user tries to add an event between 0:00 and the startDate ?
Using smartgwt 5.0p eval 27.01
I tried with
Code:
calendar.setWorkdayStart("8:00am"); calendar.setWorkdayEnd("8:00pm"); calendar.setShowWorkday(true);
And what happens if the user tries to add an event between 0:00 and the startDate ?
Using smartgwt 5.0p eval 27.01
Comment