TimeChooser
From Openzet
Introduction
TimeChooser is a custom component that displays time (with am/pm information).
Usage
<controls:TimeChooser id="t" hour="23" minute="10" />
TimeChooser displays hour and minute with am/pm information. For example, if you specify 23 as the value of hour property, as the example above, this control will display 11 instead while indicating that it is pm 11.
t.time = "1230"
You can change hour and minute of this control through MXML and actionscript.
