I need to have a hosted feature change color based on the date that it was last updated. Ex: green for today, yellow for within the last 3 days and red for older then 3 days. Is this possible? I cannot think of a way outside of scripting python to pull the data down, process a text field, and republish. I am looking for a more "realtime" solution that does not require downloading the hosted service. I do not have server so cannot publish a geoprocessing script. I am thinking there has to be a way to use time aware data to do this?? any help out there?