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
niksssniksss 

Date criteria in Validation Rules

Can someone suggest the syntax for checking if a date/time field is greater than a hardcoded date value to prevent saving of a record in a Validation Rule? Thanks.
Steve :-/Steve :-/
are you talking about comparing datatype(date/time) to datatype(date)? or something else?
niksssniksss
I want to compare a date/time field with a date value (like 01-Nov-09). If its greater or lesser