|
|
@@ -94,6 +94,7 @@ export class CalculatorComponent implements HsPanelComponent, OnInit {
|
|
|
this.calcService.selectedDate = `${value.year}-${
|
|
|
value.month < 10 ? '0' : ''
|
|
|
}${value.month}-${value.day < 10 ? '0' : ''}${value.day}`;
|
|
|
+ this.calcService.updateImageBackground(this.calcService.selectedDate);
|
|
|
}
|
|
|
|
|
|
hasDataAvailable(date: NgbDateStruct): boolean {
|