【发布时间】:2019-08-05 05:54:46
【问题描述】:
我是 Angular 新手,无法在我的日历模块中更改日期时间格式。我正在使用angular-bootstrap-datetimepicker。基本配置如下
<dl-date-time-picker
maxView="day"
minView="day"
startView="day"
minuteStep="5"
[(ngModel)]="selectedDate">
</dl-date-time-picker>
想从(EEEE, MMMM d, y, h:mm:ss a zzzz)格式改成(yyyy/mm/dd)格式
【问题讨论】:
-
试试这个ng-bootstrap.github.io/#/components/datepicker/api更好的支持,很可能有更丰富的功能
标签: datetime angular7 date-format ng-bootstrap bootstrap-datepicker