Flex mx:DateField 中文日期选择
静态效果如下:
<mx:DateField id="dateField" width="120" yearNavigationEnabled="{checkBox.selected}" selectedDate="{new Date()}" dayNames="[日,一,二,三,四,五,六]" monthNames="[一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月]" disabledDays="{[comboBox.selectedIndex]}" formatString="YYYY-MM-DD" />