mymth / vanillajs-datepicker

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks
MIT License
720 stars 147 forks source link

The day of the week is set to a day before. #93

Closed YankeeTube closed 2 years ago

YankeeTube commented 2 years ago

image

today 2021.11.22 is monday but datepicker today is sunday

this is my option

{
    autohide: true,
    orientation: 'bottom left',
    todayHighlight: true,
    format: 'yyyy.mm.dd',
    weekStart: 1,
}
mymth commented 2 years ago

I'm unable to reproduce the problem. it's also very hard to guess what can cause it. Could you provide more details?

YankeeTube commented 2 years ago

@mymth sorry my mistake... in the past, re define date.prototype.getDay(). It was a problem because of this.