calendar basic field component.
Use a textfield and a FvCalendar sub components.
If you want to use auto validation process, take a look at FvDateField component.
public function setShowTodayEnabled(b:Boolean):Void
Indicates if component highlight 'today' cell.
Default is true
public function isShowTodayEnabled():Boolean
Returns true if calendar highlight the 'today' cell.
public function setFormatPattern(pattern:String):VoidSets the formatting pattern to use when receive date from FvCalendar component.
Default is connected to the Localisation API
public function connectToLocalisation():Void
Connects instance to localisation API.
Automatically update the formatting pattern using localisation pattern definition.
public function onLocalisationUpdate(event:LocalisationEvent):VoidTriggered when localisation change.
onLocalisationUpdate() in fever.app.local.LocalisationListener
public function onCalendarClick(date:Date):VoidTriggered by FvCalendar component when a date is selected.
onCalendarClick() in fvaswing.components.datechooser.FvCalendarListener