【发布时间】:2019-10-30 14:26:02
【问题描述】:
我已将 DatePipe 用于日期格式,它工作正常,除了 safari 浏览器,它在 safari 中显示为空白并抛出......
InvalidPipeArgument:“无法将管道“e”的“2019-10-30 12:36:12”转换为日期。
<div>
<h4 class="view_dark_txt" *ngIf="entrydate_text">{{entrydate_text | date: Dateformates}}</h4>
</div> ```
Dateformates is a variable which have value = 'MMM d, y'.
【问题讨论】: