Hey guys, Is there a way to trigger the binding on all related items when changing the DateFormatter's formatString? eg. MMMM becomes MMM, YYYY via actionscript in the following:
<mx:DateFormatter id="df" formatstring="MMMM" />
<mx:Text text="{df.format(date)}"/>
I'd prefer not to be manually injecting the new format into each of the
text objects every time.
Regards,
MrB.

