Is it possible to limit the list of dropdown options in the Date Range control?

Today I just built and demoed off a page with the Date Range control, and overall it was received quite well. However, management and users want to remove a few of the options from the drop-down list. Is there any way to accomplish this, short of abandoning the Date Range control and implementing my own custom Drop Down with separate Date Input controls for the start date and end date?

Thanks,
Scott

There are some options on the control to specify whether you want to display the past or future date ranges. However, there isn’t any explicit control over what ranges are displayed beyond that. I suppose, that you could code a javascript listener to iterate through the options on that dropdown element and remove them or set them to not-visible.

–mark