1

I am trying to set Monday as start week using editable:

 $('TABLE TD A').editable({
    type: 'date',
    name: 'test',
    language: "es-ES",
    pk: $(this).attr("pk"),
    format: 'dd/mm/yyyy',
    url: '/post',
    title: 'Cambiar Fecha',
    weekStart: 1
});

It is not working. I am using bootstrap 3

It starts on Sunday anyway do I have to force it by js maybe?

amphetamachine
  • 27,620
  • 12
  • 60
  • 72
dmr
  • 19
  • 9
  • Use datetimepicker to get calender functions – Sydonia Feb 23 '15 at 11:15
  • Use lower case in the tag names in your selector. – amphetamachine Feb 26 '15 at 20:35
  • 1
    possible duplicate of [bootstrap-editable: datepicker is not working](http://stackoverflow.com/questions/28629014/bootstrap-editable-datepicker-is-not-working) – amphetamachine Feb 26 '15 at 20:53
  • Possible duplicate of [Bootstrap 3 Datetimepicker 3.0.0 - week starts at Monday](https://stackoverflow.com/questions/24410685/bootstrap-3-datetimepicker-3-0-0-week-starts-at-monday) – Mario Feb 09 '19 at 07:50

0 Answers0