ZetDateChooser
From Openzet
Contents |
Introduction
ZetDateChooser extends DateChooser to customize color for specific dates.
Property
Usage
Application Example
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:zet="org.openzet.controls.*">
<zet:ZetDateChooser dayColors="[#ff0000,#000000,#000000,#000000,#000000,#000000,#0000ff]" />
</mx:Application>

