<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Style>
.myHeaderStyle{
color: #6666CC;
font-family:Times New Roman, Times, serif;
font-size:16px; font-weight:bold;
}
</mx:Style>
<mx:DateChooser headerStyleName="myHeaderStyle"
todayStyleName="myTodayStyle"
todayColor="#CCCCCC"
weekDayStyleName="myDayStyle"/>
</mx:Application>
|