cletourneau/angular-bootstrap-datepicker

Date, Month, Year choose the previous one

Opened this issue · 5 comments

When you choose a day, a month, a year it returns always the previous one, this is just because it returns UTCDay, UTCMonth, when the date is not created in non UTC.

can anybody solve this issue,i am trying to resolve but not able to fix this issue
anyone get idea let me know please,thank you.

yes i solved my self,problem is plugin code.I changed plugin now working fine without any issues

Got around this by changing "d: date.getUTCDate()" to "d: date.getDate()"

@mahlatsem
still does not work~~~

@veerendrakumar-github
do you have any idea?please share here,3ks.

@alexkids24
hi
#6
has solved this bug.