Element UI Datetime Picker disable hour and minute before current time

89 Views Asked by At

I'm using element-ui 2.15.7. How can i disable hour and minute before current time. For example, current time is 27/11/2023 1:41 pm, so i want the date picker to disable 0 -> 12 in hour (only show 13 hour -> 23) when i click on day 27, and 41 -> 59 in minute (because the current minute is 41). Current the library disabledDate prop only allows disable whole date, not allows partial disable

0

There are 0 best solutions below