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
samruddhi podesamruddhi pode 

How to set dates disabled less than today's date in date field?

What should i do to restrict users to select the date less than today's date?
sfdcMonkey.comsfdcMonkey.com
hi samruddhi
you can create validation rule for your date field
and use this formula
date_test__c  < TODAY()
let me inform if you have any issue with it and mark it best answer if my answer helps you
thanks :)