Hello, I'm trying to get a Calendar control to start in Monday, so I've set this code:
	After that, the month view starts in Monday but the Week view and the datepicker still start in Sunday. żIs there a way to set the locale globally for a SmartGWT application?
							
						
					Code:
	
	calendar.setFirstDayOfWeek(1);

Comment