Date Validation on Date/Time Field
I have a date validation to be done on a date/time field such that it cannot take a value greater than today and also cannot take a value which is less than 30 days from today. I gave the below syntax on the field set up under validation condition but for some reasons this doesnt seem to work.
[<dtDate1_ITAG>] >= Today()-30 AND [<dtDate1_ITAG>]<=Today()
Its accepting all dates greater than today (i.e August 17, 18 on wards). I also noticed that the it doesnt accpet any dates from July 1st toJuly 17 (which is less than today - 30) but it accepts June 30th and June 26.