<mx:DateFormatter id="DateDisplay" formatString="EEEE, MMMM D, YYYY"/>
<mx:Label x="404" y="2" width="570" id="thisdate" enabled="true" fontSize="12" fontWeight="bold"/>
this.thisdate.text=DateDisplay.format(dc.selectedDate);
<mx:DateFormatter id="DateDisplay" formatString="EEEE, MMMM D, YYYY"/>
<mx:Label x="404" y="2" width="570" id="thisdate" enabled="true" fontSize="12" fontWeight="bold"/>
this.thisdate.text=DateDisplay.format(dc.selectedDate);