Date, Month, Year choose the previous one
Opened this issue · 5 comments
alexkids24 commented
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
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
yes i solved my self,problem is plugin code.I changed plugin now working fine without any issues
mahlatsem commented
Got around this by changing "d: date.getUTCDate()" to "d: date.getDate()"
flyher commented
@mahlatsem
still does not work~~~
@veerendrakumar-github
do you have any idea?please share here,3ks.
flyher commented
@alexkids24
hi
#6
has solved this bug.