Does the bootstrap plug-in daterangepicker implement the month selector and the year selector?

problem description

individual year range selections, month range selections, and date range selections are required in a project. Since I used bootstrap"s daterangepicker plug-in before, I now want to use this plug-in as well. But this plug-in I actually did not find that can achieve a separate month and year selection, is not its own? Please answer the doubts of the great gods.


el-data-picker component in element ui. Set type to monthrange, for month range component; set type to daterange, to select component for date range;
Code example:
< el-date-picker VMI model = "value" type= "daterange" range-separator= "to" start-placeholder= "start date" end-placeholder= "end date" > < / el-date-picker >

reference source

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-1c0defa-32bb4.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-1c0defa-32bb4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?