Component.html:151 错误错误:InvalidPipeArgument:“无法将“14-05-2021”转换为管道“DatePipe”的日期

问题描述

我收到后端 LastDate 的回复。我将此绑定到我的 ngModel 并显示在网格中,但在控制台中我收到此错误

enter image description here

这里是对应的代码

<ngx-datatable-column name="Last Date" prop="LastDate">
  <ng-template let-row="row" ngx-datatable-cell-template>
    {{row.LastDate| date: 'dd-MM-yyyy'}}
  </ng-template>
</ngx-datatable-column>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)