We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb1a8e9 + 65853d8 commit ac9836dCopy full SHA for ac9836d
src/main/java/gwt/material/design/incubator/client/daterange/js/DateRangeLocale.java
@@ -67,7 +67,7 @@ public class DateRangeLocale {
67
private LocaleString[] monthNames;
68
69
@JsProperty
70
- private int firstDay;
+ private String firstDay;
71
72
@JsOverlay
73
public final void setFormat(String format) {
@@ -123,7 +123,7 @@ public final void setMonthNames(LocaleString[] monthNames) {
123
}
124
125
126
- public final void setFirstDay(int firstDay) {
+ public final void setFirstDay(String firstDay) {
127
this.firstDay = firstDay;
128
129
0 commit comments