date pickers work

This commit is contained in:
Felix 2019-08-15 16:34:13 +01:00
parent 80bc7e8328
commit c16817317e
2 changed files with 3 additions and 3 deletions

View file

@ -185,7 +185,7 @@ export class MoreStuffComponent implements OnInit {
}
bubbleChartUpdate() {
console.log("start_range input box: " + this.bubbleChartBegin.date);
console.log("start_range input box: " + this.bubbleChartBegin);
console.log("start_range : " + new Date(this.bubbleChartBegin));
console.log("end_range input box: " + this.bubbleChartEnd);
console.log("end_range : " + new Date(this.bubbleChartEnd));