Last 30 Days Date Restrictor

C

ChuckW

Hi,

I am trying write a date restrictor that will get the
last 30 days. Can anyone help?

Thanks,

Chuck
 
C

ChuckW

Doug,

Thanks for your help. Actually it turns out that I am
trying to do a date restrictor for everything greater
than 30 days old rather than within the last 30 days.

Thanks,

Chuck
 
R

Rick

I just put a string in the validation rule for the field such as...

<date()-30

or...

between date()-30 and date()
 
Top