You need to sign in to do that
Don't have an account?
Guilherme Fossalussa
Write a validation rule for date field!
I need to write a validation rule in a date field that does not let the user fill in with a date less than 2 days from today's date or greater than 20 days from today's date. Anyone can help me with that?
OR
DateField__c= Now() + 20