cletourneau / angular-bootstrap-datepicker

Apache License 2.0
35 stars 56 forks source link

Date, Month, Year choose the previous one #3

Open alexkids24 opened 10 years ago

alexkids24 commented 10 years ago

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.

veerendrakumar-github commented 9 years ago

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.

veerendrakumar-github commented 9 years ago

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

mahlatsem commented 9 years ago

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

flyher commented 8 years ago

@mahlatsem still does not work~~~

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

flyher commented 8 years ago

@alexkids24 hi

6

has solved this bug.