| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -102,7 +102,7 @@ export class DatePicker extends DatePickerBase { | |||
| 102 | 102 | ||
| 103 | 103 | [dateProperty.setNative](value: Date) { | |
| 104 | 104 | const nativeView = this.nativeViewProtected; | |
| 105 | - if (nativeView.getDayOfMonth() !== value.getDay() | ||
| 105 | + if (nativeView.getDayOfMonth() !== value.getDate() | ||
| 106 | 106 | || nativeView.getMonth() !== value.getMonth() | |
| 107 | 107 | || nativeView.getYear() !== value.getFullYear()) { | |
| 108 | 108 | nativeView.updateDate(value.getFullYear(), value.getMonth(), value.getDate()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments