Hi @nicmare,
Thank you for your rely.
Currently there isn’t any plugin option to set the first of the week of calender but you can achieve this by editing the following Publish Date DatePicker plugin file on line number 17 as below.
Publish Date DatePicker plugin file:
publish-date-datepicker/js/pddp.js
Before Editing:
jQuery( '#pddp_datepicker' ).datetimepicker({
After Editing:
jQuery( '#pddp_datepicker' ).datetimepicker({
firstDay: 1,
Note: You are making changes in the plugin file and these changes will be overwritten and lost when you update the plugin and you will have to make these again after plugin updation.
I will add this feature in the future version of plugin.
Please advise if you have more questions.
Best Regards,
Vinod Dalvi