@magic-xpa/angular 4.801.7 → 4.801.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4369,7 +4369,7 @@ class MgDateAdapter extends NativeDateAdapter {
|
|
4369
4369
|
}
|
4370
4370
|
if (month == 0 && year == 0 && date == 0)
|
4371
4371
|
return null;
|
4372
|
-
return new Date(
|
4372
|
+
return new Date(year, month, date);
|
4373
4373
|
}
|
4374
4374
|
}
|
4375
4375
|
format(date, displayFormat) {
|