Calendar form field.
Allow user to place a calendar chooser field into form.
Example
var field : FvDateField = new FvDateField( "Birthday", true ); dateField.setMinimumYear( 2000 ); dateField.setMaximumYear( 2006 );
If you don't want to use form feature, take a look at FvCalendarField simple component.
new FvDateField()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