I know its too late..but im sure this may help someone else who would be searching for this solution...
PHP Code:
RangeValidator1.MinimumValue = DateTime.Now.ToShortDateString();
RangeValidator1.MaximumValue = DateTime.Now.AddYears(1).ToShortDateString();