angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

calendar and datepicker directives for angular

Results 101 angular-datepicker issues
Sort by recently updated
recently updated
newest added

I am trying to localize the datepicker to Turkish. I tried changing day and month names first. Angular i18n files have no effect. I tried moment.js language file and it...

Please publish latest version to npm

I apologize if this is addressed somewhere else, I just haven't found a clear answer one way or the other. If I focus on an input with the date-time attribute,...

hello, is it possible to show popup on top from input?

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" >

Hello, I've seen that everytime some part of the date change(year, month or day) it fires the change event. Is there any option to fire the event at the end(after...

I am using Angular v1.4.9 and angular-datepicker from commit 41d949bf91f9049a8407c89be2c6d11e8a485ad3. I have two identical date-time inputs, except that one uses min-date and max-date and the other one does not. Interestingly...

点选日期后弹窗消失,选不了时间

Improvement: Added Invalid Date handling for setting up the current view when calendar is toggled. The view is focused on the current date instead of some day in 1899. My...