akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.06k stars 1.51k forks source link

Disable the past time slots from nb-date-timepicker #3267

Open ChirappaVishnupriya opened 1 month ago

ChirappaVishnupriya commented 1 month ago

I am using nb-date-timepicker with singlecolumn below is the snippet

<nb-date-timepicker #dateTimePicker singleColumn [step]="5" [min]="minDate" [max]="maxDate"> Screenshot (57)

min input is disabling the date only i have added time stamp also its not disbaling the time slots taht mention in the minDate.From above screenshot you can see for example Time is 11:25 it should start from 11:25 or past times able to diable.

Please consider this and provide me any solution for it .It woulb be great if you suggest any other option also

Thanks in advance