@acontplus/ng-components 2.1.21 → 2.1.22
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.
|
@@ -3937,7 +3937,7 @@ function formatDateToString(date) {
|
|
|
3937
3937
|
const dateZone = tzDate(date, 'America/Guayaquil');
|
|
3938
3938
|
return format({
|
|
3939
3939
|
date: dateZone,
|
|
3940
|
-
format: 'YYYY-MM-DD
|
|
3940
|
+
format: 'YYYY-MM-DD HH:mm:ss',
|
|
3941
3941
|
tz: 'America/Guayaquil',
|
|
3942
3942
|
});
|
|
3943
3943
|
}
|
|
@@ -4094,7 +4094,6 @@ class DateRangePicker {
|
|
|
4094
4094
|
to: this.mapDate(range.endDate || range.startDate),
|
|
4095
4095
|
};
|
|
4096
4096
|
this.onChange(dateRange);
|
|
4097
|
-
this.dateRangeSelected.emit(dateRange);
|
|
4098
4097
|
}
|
|
4099
4098
|
}
|
|
4100
4099
|
onPickerShow() {
|