dateRange()
Can be used to specify different proxies for a specific date range. Note: The example employs “proxy1.example.com” January through March.
Example:
if (dateRange("JAN", "MAR"))
return "PROXY proxy1.example.com:8080";
else return "DIRECT";