I'd think you might be able to use a macro like this ToSystemDateTime(From.Value).Between(DateTime.Now.AddDays(-110), DateTime.Now.AddDays(-100))
in a validation rule for that field. If not, then maybe some a custom event handler, custom macro or some javascript/jQuery would work better?