简体   繁体   中英

how can I change the color of weekends in datefield in flex 3.5

How can I change the color of Weekends in datefield. for example when user click on datefield, dateChooser popup. I want to show weekends (Sat, SUN) in red color in datechooser. How can I do this? I am using flex 3.5. Thanks

<mx:DateField x="158" y="115" disabledColor="red">
    <mx:disabledDays>
        <mx:Number>0</mx:Number>
        <mx:Number>6</mx:Number>
    </mx:disabledDays>
</mx:DateField>

maybe this can help

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM