function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
khushbu dubeykhushbu dubey 

validation rule for date of birth is taking valid date of birth but is also taking today date of birth like 16/03/2016..how can i correct it??

AND(MONTH(date) ,DATE(year,month,day) )

 
DeepthiDeepthi (Salesforce Developers) 
Hi Khushbu,

If you have created a field of Date_of_Birth__c of Date type then you can try to check the below validation rule
Date_of_Birth__c >= TODAY()

Hope this helps you!
Best Regards,
Deepthi