Angular Ng2智能桌不';t在IE中显示日期时间值

Angular Ng2智能桌不';t在IE中显示日期时间值,angular,ng2-smart-table,Angular,Ng2 Smart Table,我在angular 7应用程序中使用ng2智能表, 我在表中使用了owl日期时间选择器。这些值将添加到数据库中 我从后端获取一个数组中的值,该数组将填充到表中 但是datetime值没有显示在框中,它给了我 InvalidPipeArgument:“无法将“2019-12-24 13:00:00”转换为日期“for pipe DatePipe” 我无法共享任何代码,因为这将是我基于office的应用程序 如有任何帮助,我们将不胜感激。请利用这样的时刻 public date:string='2

我在angular 7应用程序中使用ng2智能表, 我在表中使用了owl日期时间选择器。这些值将添加到数据库中

我从后端获取一个数组中的值,该数组将填充到表中

但是datetime值没有显示在框中,它给了我 InvalidPipeArgument:“无法将“2019-12-24 13:00:00”转换为日期“for pipe DatePipe”

我无法共享任何代码,因为这将是我基于office的应用程序

如有任何帮助,我们将不胜感激。

请利用这样的时刻

public date:string='2019-12-2413:00:00';
公共新日期;
this.newDate=时刻(this.date).format('MMM Do YYYY');