Function for past and future date it should return true is past or future
@vinodkumarv1966
Are you looking for a function which will check and return true if a particular date is either in the past or future? If that is the requirement you can check if the date is not equal to current date. If it is not equal to current date it will be either past or future.
@ShyjuV69
only it should verify future
there is an OOTB edit validate rule to verify the same “IsFutureDate”.
if edit validate doesn’t meet your requirement, use the same java code and create your own function.