Last 30 Days Date Restrictor

  • Thread starter Thread starter ChuckW
  • Start date Start date
C

ChuckW

Hi,

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

Thanks,

Chuck
 
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
 
I just put a string in the validation rule for the field such as...

<date()-30

or...

between date()-30 and date()
 
Back
Top