@tiago
I think this is a much harder problem than that. It's necessary to account for the fact that for the situation to stay stable all three birthdays must be after February. No matter whether we have a leap year or not there are 306 days after February.
So each person has 306 ways to be born after February. The problem is that the denominator changes in a leap year and I'm not sure how to account for that, so let p be the probability that all three are born after February.
Next we want all three to be born on the same day of the week. It's easier to do this by calculating the chance that all three are born on different days. This is (7/7)(6/7)(5/7)β0.612. So the probability that all three are born on same day of week is β1-0.612=0.388.
This means the probability for the whole thing is βpΓ0.388. But what's p? I have no idea. You'd probably get a pretty decent approximation by just forgetting about leap days if that's good enough.
Disclaimer: discrete probability problems are hard and I only thought about this superficially so I wouldn't be surprised if I'm totally wrong.