May I request you please explain your requirement clearly so that we can look into it and can help you accordingly.
Also, try the below sample.
Validates that the value of a custom date field is a weekday (not Saturday or Sunday).
Formula: CASE(MOD( My_Date__c - DATE(1900, 1, 7), 7), 0, 0, 6, 0, 1) = 0
Error Message: Date must be a weekday.
Error Location: My Date
Hope this helps.
Kindly mark this as solved if the reply was helpful.
May I request you please explain your requirement clearly so that we can look into it and can help you accordingly.
Also, try the below sample. Hope this helps.
Kindly mark this as solved if the reply was helpful.
Thanks,
Nagendra