ankurk91 / vue-bootstrap-datetimepicker

Vue.js component for eonasdan bootstrap datetimepicker
MIT License
223 stars 66 forks source link

Change the week start day #20

Closed matthew-inamdar closed 6 years ago

matthew-inamdar commented 6 years ago

I'm submitting a ... (check one with "x")

[ ] Bug report => search github for a similar issue or PR before submitting
[x] Feature request
[ ] Other, please describe

Tell about your platform

Current behaviour The start day of the week is always Sunday.

Expected behaviour The ability to add the config option: weekStart: 1 to specify the starting day of the week (e.g. Monday).

Minimal reproduction of the problem with instructions N/A

ankurk91 commented 6 years ago

This has been asked previously - https://github.com/Eonasdan/bootstrap-datetimepicker/issues/670 https://github.com/Eonasdan/bootstrap-datetimepicker/issues/345

This vue component can't support features that parent repo dont.