g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
722 stars 421 forks source link

model.getFullYear is not a function #334

Open Hasan-git opened 6 years ago

Hasan-git commented 6 years ago

I am getting model.getFullYear is not a function error when I set .

js: $scope.date= moment();

Html: < input date-time format="yyyy-MM-dd" min-view="date" name="date" value="" class="form-control" ng-model="date" >