Hello @zorrohere,
Yes, you can set the date limit of the date picker input. But for this, you have to write the custom code for this as we are using the third party date picker script library.
Please add the following datepicker attribute in the simple-job-board-public.js file(simple-job-board/public/js) below line # 78 and set the date range according to your requirements.
yearRange: "c-40:c-10"
//minDate: -40,
//maxDate: -10
We are also sharing a link as a reference.
Note: Modifications in plugin core files will be overridden when you update the plugin. SO, override this script files in your child theme or take backup of these files and then update the plugin.
Thanks for reaching us out. Let us know if you need our further assistance.
Regards,
PressTigers
-
This reply was modified 7 years, 7 months ago by
PressTigers.
-
This reply was modified 7 years, 7 months ago by
PressTigers.