Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Hi @nicmare,

    I hope you are well today and thank you for your question.

    Do you want to translate the calender displayed by the plugin in to other language?

    The plugin just displays the calender as it is so that you can easily select the date from it as a post publish date so i think you don’t need to set first day of the week if i am not wrong and currently there isn’t any plugin hook to do it.

    Kind Regards,
    Vinod Dalvi

    Thread Starter nicmare

    (@nicmare)

    thank you vinod for your answer. better late then never ??
    yes of course it works good as it is but it is very uncommon in europe to have sunday as the first day in the view. here it is monday!

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘setting language and first day?!’ is closed to new replies.