Sprintask Bug Fixed: Wrong month in whitearea

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… Continue reading Sprintask Bug Fixed: Wrong month in whitearea