Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Calendar start/end hour

$
0
0
How to set the start hour and end hour of the day in the calendar?
I tried with
Code:

calendar.setWorkdayStart("8:00am");
                calendar.setWorkdayEnd("8:00pm");
                calendar.setShowWorkday(true);

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

Viewing all articles
Browse latest Browse all 4756

Trending Articles