Antd Datepicker control forbids partial date

MonthPicker (month selection control) disables partial dates through disabledDate, but his return value is of type bool.
Type:
(currentDate: moment) = > boolean
-
emmmm, then I want to dynamically disable the selection of dates based on the given parameters, for example, if I give it to [1pc4, 6], it will be banned (January, April, June). If the code is implemented, I only know how to dynamically generate bool:
currentDate > moment ([2018jue 1]) & & currentDate < moment ([2018jue 2]) | | currentDate > moment ([2018jue 4]) & & currentDate < moment ([2018jue 5]) | | currentDate < moment ([2018jue 6])
& & currentDate < moment ([2018jue 7])
-
just contact antd, and ask the boss to point out

.
Jun.22,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b8a0-4082b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b8a0-4082b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?