Gregory_I Posted May 26, 2009 Posted May 26, 2009 I would like to have a validation occur in a date field. I would like the validation to be a date range of 60 days (30 days prior to current date and 30 days after the current date). The date entered needs to fall within that 60 day period. How would I enter this validation information? Thanks
Raybaudi Posted May 26, 2009 Posted May 26, 2009 Self ≥ Get ( CurrentDate ) - 30 and Self ≤ Get ( CurrentDate ) + 30
Recommended Posts
This topic is 5719 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now