Expand my Community achievements bar.

GRUMPY_VISIONAR
GRUMPY_VISIONAR
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I had the same issue and found that bumping up the increment of the ‘month’ and ‘year’ calculations fixed the issue with jumping to the next year.var year = date.getFullYear(); var month = date.getMonth(); var day = date.getDate();                month = ((month + months - 2) % 13) + 2;year += parse...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
Top badges earned by GRUMPY_VISIONAR
Customize the badges you want to showcase on your profile