Is there a way to provide a validation for an attribute I have added through an extension module?

I have added an attribute to UserRequest (of type AttributeDate) and I want to make sure that the users cannot assign to it a date prior to the UserRequest's creation.

Thank you in advance for your time.