in reply to How do you remember the number of days in each month?

I remember if I must from knowing that the month of my birthday and the month following it both have 31 days, but usually I try to leave such error-prone computations to computers instead. If you are using perl, I generally recommend the Date::Manip module, unless you need sub-second precision.

  • Comment on Re: How do you remember the number of days in each month?