Gillardo / ngx-bootstrap-datetime-popup

Date and time picker using ngx-bootstrap library
MIT License
31 stars 14 forks source link

About Past date #15

Closed bacancy-ankit closed 6 years ago

bacancy-ankit commented 6 years ago

Hello,

I am using this ngx-bootstrap-datetime-popup and its working fine in my website but i want to hide the past date so any one can help to me that how to hide past date. Is datetime Popup provide any option to hide past date ? my code

<datetime-popup [value]="loanDate" [minDa] (valueChange)="onValueChange($event)" [(showPopup)]="showPicker" [showDate]="showDate" [showTime]="showTime" [closeButton]="myCloseOptions">

Gillardo commented 6 years ago

cant hide dates, but you can disable dates using the normal ngx-bootstra datepicker, so you should just be able to pass the options into this component and it should do the same