The date on the selector (ngx-bootstrap datepicker) is showing one day older date.
If the date value is
2019-04-26T18:30:00
The datepicker shows it as 04/25/2019. For the datepicker input I doing the following thing-
this.dateAdded = new Date(this.user.dateAdded).toLocaleDateString();
I am at GMT+5:30 so even adjusting for timezone I don't understand why it is going one day beind.