Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author catkin

    (@thecatkin)

    Hi,

    Yes it’s possible. Plugin uses standard jquery datepicker, you need to update restaurant.js and add firstDay:1

    $(‘#datepickerfield’).datepicker({
    firstDay: 1 // Start with Monday
    })

    Thread Starter elenavera

    (@elenavera)

    Thank you. It took me some tome to find out were to put it. In case somebody else needs the same, I placed just after dateFormat, here:

    dateFormat: date_format,
    firstDay: 1,
    minDate: new Date(),
    maxDate: maxDate,
    onSelect: function () {

    Thanks,

    Elena

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to show Monday as the first day of the week?’ is closed to new replies.