A fully editable Flash as3 component. You can resize and modify skin without editing the code. If you want to choose the standard look, just drag from the library to the stage. The component will pick automatically the current date. Near the current date you will see a box with a number (30, 31, 28 etc.) this shows how many days are in the currently selected month. If you want to change the date format I included an example in the help file. You can easily change the skin, without editing the code. I included an example for this too in the help file. You can access some of the components properties with getter functions. Example:
var dp1:DataPicker=new DataPicker(); // now you created an instance od DataPicker trace(dp1.getYear()); // this will show the currently selected year
If you want to choose the standard look, just drag from the library to the stage.
The component will pick automatically the current date. Near the current date you will see a box with a number (30, 31, 28 etc.) this shows how many days are in the currently selected month. If you want to change the date format I included an example in the help file.
You can easily change the skin, without editing the code. I included an example for this too in the help file.
You can access some of the components properties with getter functions. Example:
trace(dp1.getYear()); // this will show the currently selected year