Bug: When the task details are added to the white area, the month was showing 1 for Feb, which should be 2.
Cause: In javascript getMonth() function returns a number representing the month starting from 0 to 11. But this is not how we understand month.
Fix: Put getMonth()+1 in the script
Please feel free to report any bugs in any of the blog entries related to sprintask. Check out the premier: https://sprintask.vibgy.com/premier