ng2-datepicker没有打开值

时间:2018-04-11 15:40:47

标签: angular ng2-datepicker

我试图使用ng2-datepicker。但它的开头就像enter image description here

它应该以当前日期打开。以下是我的HTML& TS代码

<div class="form-group">
    <ng-datepicker [(ngModel)]="date" [options]="options"></ng-datepicker>
</div>

options: DatepickerOptions = {
    displayFormat: 'DD-MMM-YYYY',
    barTitleFormat: 'MMM YYYY',
    dayNamesFormat: 'dd',
    locale: enLocale,
    minDate: new Date(Date.now()),
};

0 个答案:

没有答案