Providing a day value of zero for the next month gives you the previous month’s last day
var date = new DateTime(2013,3,0);
print(date.day); // 28 for February
Providing a day value of zero for the next month gives you the previous month’s last day
var date = new DateTime(2013,3,0);
print(date.day); // 28 for February