If I have a DateField defined like this:
<mx:DateField selectedDate="{new Date()}" id="closedate"/>How would I refresh it to show the current date if a program is running constantly for more than 24 hours? I can probably use a timer but trying to stay away from local CPU overload. Thanks for help.

